fix missing semicolon in macro doc

This commit is contained in:
Colin Kuskie 2006-08-16 17:23:42 +00:00
parent 0703c41165
commit 1c39cf6bf9
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -14,7 +14,7 @@ our $I18N = {
'env body' => {
message => q|
<p><b>&#94;Env()</b><br />
<p><b>&#94;Env();</b><br />
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
</p>
@ -22,7 +22,7 @@ Can be used to display a web server environment variable on a page. The environm
</p>
|,
lastUpdated => 1146679257,
lastUpdated => 1155749273,
},
};