Hello.
In order to move some messages nglish radius to have written the following syntax in the hotspot login.html page:
$(if error-orig == ‘Your maximum never usage time has been reached’)
Tiempo excedido
$(endif)
And the output of the hotspot is exactly this:
$(if error-orig == 'Your maximum never usage time has been reached')
Tiempo excedido
Also out of the page is cut at this point and does not show any more, as if the process is canceled out.
I noticed that if I write 'Your_maximum_never_usage_time_has_been_reached' instead of 'Your maximum never usage time has been reached' does not give syntax problems and not cut the render of the page.
What is my syntax wrong use of the variable?. If the problem is in the blanks, how should I do?.
Thanks in advance and greetings.