diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 792537a4d..e0e6ac286 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -7,6 +7,7 @@ - fix: Typo in WebGUI/Form/Date.pm - fix: snytax error in wobject skeleton - fix: potential problem with posts if getThread->parent is not defined +- fix: macro_env semicolonmissing again!!!! 7.0.5 - Added a --skipDelete option to upgrade.pl diff --git a/lib/WebGUI/i18n/English/Macro_Env.pm b/lib/WebGUI/i18n/English/Macro_Env.pm index 81973d1f1..778a84295 100644 --- a/lib/WebGUI/i18n/English/Macro_Env.pm +++ b/lib/WebGUI/i18n/English/Macro_Env.pm @@ -14,7 +14,7 @@ our $I18N = { 'env body' => { message => q| -

^Env()
+

^Env();
Can be used to display a web server environment variable on a page. The environment variables available on each server are different, but you can find out which ones your web server has by going to: http://www.yourwebguisite.com/env.pl

@@ -22,7 +22,7 @@ Can be used to display a web server environment variable on a page. The environm

|, - lastUpdated => 1146679257, + lastUpdated => 1155749273, }, };