fixed two outdated doc bugs

This commit is contained in:
Colin Kuskie 2007-02-26 17:31:08 +00:00
parent a2b5a14ce3
commit 5aa21faaa3
3 changed files with 6 additions and 5 deletions

View file

@ -15,15 +15,14 @@ our $I18N = {
'env body' => {
message => q|
<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>
Can be used to display a web server environment variable on a page. The environment variables available on each server are different. Please consult the documentation for your server for a list of them.</p>
<p>The macro should be specified like this &#94;Env("REMOTE_ADDR");
</p>
<p>This Macro may be nested inside other Macros if the text returned does not contain commas or quotes.</p>
|,
lastUpdated => 1168558879,
lastUpdated => 1172510936,
},
};