https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6988 paxed <pasi.kallinen@joensuu.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pasi.kallinen@joensuu.fi --- Comment #2 from paxed <pasi.kallinen@joensuu.fi> --- If there absolutely has to be HTML formatting in the middle of a sentence (eg. a link), one solution is to put the HTML elements in TT directives, so they don't split the sentence into separate msgid strings. For example: <p>Click [% '<a href="http://example.com">' %]here[% '</a>' %] to do whatever.</p> Which should show up in the po-files as msgid "Click %shere%s to do whatever." (I didn't test the example, so it may not work. Putting the elements in TT variables, and using the variable, definitely does work) -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.