XHTML fixes for capitalization and break tags

This commit is contained in:
Colin Kuskie 2006-05-02 23:00:56 +00:00
parent 4fc3e5741b
commit 816c96a284
85 changed files with 1675 additions and 1676 deletions

View file

@ -15,12 +15,12 @@ our $I18N = {
'url encode body' => {
message => q|
<b>&#94;URLEncode();</b><br>
<p><b>&#94;URLEncode();</b><br />
This macro is mainly useful in SQL reports, but it could be useful elsewhere as well. It takes the input of a string and URL Encodes it so that the string can be passed through a URL. It's syntax looks like this: &#94;URLEncode("Is this my string?");
<p>
</p>
|,
lastUpdated => 1112466919,
lastUpdated => 1146607207,
},
};