fix missing semicolon in macro doc
This commit is contained in:
parent
0703c41165
commit
1c39cf6bf9
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ our $I18N = {
|
|||
|
||||
'env body' => {
|
||||
message => q|
|
||||
<p><b>^Env()</b><br />
|
||||
<p><b>^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,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue