Page 1 of 1

accent marks

Posted: Tue Jan 03, 2017 8:01 am
by OCReactive
I have a problem with the accent marks in spanish at least, when I want to log in I see in the web page the word "Contraseña" but in the box to enter the password what I see is "Contraseña", I think that in the text.php the word/line used is the same, so I can't modify one without changing the other, can I?

This happens with every text box with accent marks in the web, not just in the log in page.

Thanks

P.S.: The new login page is so cool but, when I browse it from mobile it keeps bigger than my screen so that it gets cut, is it fault of my browser (FF mobile beta for Android)?

Re: accent marks

Posted: Thu Jan 05, 2017 2:58 am
by mkoch227
What is $hesklang['pass'] set to in your language file: Contraseña or Contrase&ntilde;a? Mods for HESK escapes special HTML characters by default when passing in values to the placeholder/ghost text to prevent issues with characters such as < and >, so if you already have it escaped in the language file, it is going to appear that way in the placeholder text. Additionally, I changed my $hesklang['pass'] to "Constraseña", and it appeared just fine on my installation.

Re: accent marks

Posted: Thu Jan 05, 2017 11:14 am
by OCReactive
My bad then. I thought that I shouldn't write the chars like ñ, á, é...
Now I've changed all of them in the text.php and it looks fine everything.

Thanks!