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))
CommentFileSizeAuthor
#2 paging-code.patch7.72 KBdarren oh
#1 paging-pot.patch1.74 KBdarren oh

Comments

darren oh’s picture

Status: Active » Needs review
StatusFileSize
new1.74 KB

Here's a patch to fix it.

darren oh’s picture

StatusFileSize
new7.72 KB

Here's a more general clean-up of the code.

Gurpartap Singh’s picture

Status: Needs review » Fixed

Committed 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 :D

Anonymous’s picture

Status: Fixed » Closed (fixed)