There is an error in the HTML output caused by a wrong character('·' instead of ' ') in the translation.
The error can cause theme discrepansies while reading a story-node while being logged out (atleast on my custom theme).
<a href="@login">Kirjaudu</a> tai <a·href="@register">rekisteröidy</a> kirjoittaaksesi kommentteja
...and it should be...
<a href="@login">Kirjaudu</a> tai <a href="@register">rekisteröidy</a> kirjoittaaksesi kommentteja
(I would post a patch, but I'm pretty new to Drupal community and the whole project system/workflow.)
Comments
Comment #1
Lebeu commentedTypo: "theme discrepansies" = "layout discrepancies".
Not apparent on with some default themes which have sidebars on the left (messes up my theme's right-sidebar font colours), but will nevertheless give errors if you try to validate the page.
Comment #2
isani commentedI've replaced the dot with a space.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.