When running extractor.php I get this error message:
Processing paging.module...
Invalid marker content in paging.module:12
* 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))
Invalid marker content in paging.module:159
* t('Allows content to be broken up into pages, using the %separator tag, configurable '.l('here','admin/settings/paging').'.',array('%separator'=>PAGING_SEPARATOR))
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | paging-code.patch | 7.72 KB | darren oh |
| #1 | paging-pot.patch | 1.74 KB | darren oh |
Comments
Comment #1
darren ohHere's a patch to fix it.
Comment #2
darren ohHere's a more general clean-up of the code.
Comment #3
Gurpartap Singh commentedCommitted the patch into DRUPAL-5 (dev) branch. In the paging_help() function, closing
<pre>was added to end of the text within t(). Thanks again!!!! :D :DComment #4
(not verified) commented