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

Lebeu’s picture

Typo: "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.

isani’s picture

Assigned: Unassigned » isani
Status: Postponed (maintainer needs more info) » Fixed

I've replaced the dot with a space.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.