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)?
accent marks
Moderator: mkoch227
Re: accent marks
What is $hesklang['pass'] set to in your language file: Contraseña or Contraseñ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.
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
-
- Posts: 45
- Joined: Wed Apr 01, 2015 10:33 am
Re: accent marks
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!
Now I've changed all of them in the text.php and it looks fine everything.
Thanks!
Óscar