From 3b21f8c58ebac1ad2c45d3a2f65e1c92818f116d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Mon, 16 Mar 2015 17:59:00 +0100 Subject: [PATCH] Version 14.93.2 --- swad_profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swad_profile.c b/swad_profile.c index 93ae87934..6171f8369 100644 --- a/swad_profile.c +++ b/swad_profile.c @@ -1453,7 +1453,7 @@ static void Prf_ShowUsrInRanking (const struct UsrData *UsrDat) /***** Put form to go to public profile *****/ Act_FormStart (ActSeePubPrf); Usr_PutParamOtherUsrCodEncrypted (UsrDat->EncryptedUsrCod); - Act_LinkFormSubmit (Txt_View_public_profile,"DAT"); + Act_LinkFormSubmit (Txt_View_public_profile,"DAT_SMALL"); fprintf (Gbl.F.Out,"@%s",UsrDat->Nickname); fprintf (Gbl.F.Out,""); Act_FormEnd ();