Closed (fixed)
Project:
Paging
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2007 at 11:27 UTC
Updated:
21 Oct 2007 at 12:01 UTC
Don't do the following... Make it a one liner and move the HTML outside whenever possible. POTX string extractor module does not support this type of line breaks.
return t("<p>Break long pages into smaller ones by means of " .
"a \"page\" tag:</p>\n" .
"<pre>\n" .
"first page here.\n" .
"%separator\n" .
"second page here.\n" .
"%separator\n" .
"more pages here.\n", array('%separator' => PAGING_SEPARATOR));
Comments
Comment #1
hass commentedlooks fixed in dev, too :-)
Comment #2
(not verified) commented