From ca272c35a54282bf9d98171684634da496da3905 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 11 Aug 2006 15:29:04 +0000 Subject: [PATCH] another doc fix, missing semicolons in macro doc --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Macro_r_printable.pm | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index e526b1770..dda09d436 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -3,6 +3,7 @@ - Added a cookieTTL parameter to the config file which lets you set an optional expiration time of the webgui session cookie - RFE: By default, search results need to match ALL keywords (Len Kranendonk / www.ilance.nl) - fix: adding in groupdelete macro +- fix: semicolons missing 7.0.5 - Added a --skipDelete option to upgrade.pl diff --git a/lib/WebGUI/i18n/English/Macro_r_printable.pm b/lib/WebGUI/i18n/English/Macro_r_printable.pm index e53be6287..28f1ab3d2 100644 --- a/lib/WebGUI/i18n/English/Macro_r_printable.pm +++ b/lib/WebGUI/i18n/English/Macro_r_printable.pm @@ -24,9 +24,9 @@ our $I18N = { 'printable body' => { message => q| -

^r(link text)
-^r("",custom style name)
-^r("",custom style id,custom template URL)
+

^r(link text);
+^r("",custom style name);/b>
+^r("",custom style id,custom template URL);/b>
Creates a link to alter the style from a page to make it printable.

@@ -42,7 +42,7 @@ Creates a link to alter the style from a page to make it printable.

|, - lastUpdated => 1149217505, + lastUpdated => 1155309743, }, '53' => {