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

@ -14,15 +14,15 @@ our $I18N = {
'sql body' => {
message => q|
<b>&#94;SQL();</b><br>
<p><b>&#94;SQL();</b><br />
A one line SQL report. Sometimes you just need to pull something back from the database quickly. This macro is also useful in extending the SQL Report wobject. It uses the numeric macros (&#94;0; &#94;1; &#94;2; etc) to position data and can also use the &#94;&#94;rownum; macro just like the SQL Report wobject. Examples:<p>
&#94;SQL("select count(*) from users","There are &#94;0; users on this system.");
<p>
&#94;SQL("select userId,username from users order by username","&lt;a href='&#94;/;?op=viewProfile&uid=&#94;0;'&gt;&#94;1;&lt;/a&gt;&lt;br&gt;");
<p>
</p>
<p>&#94;SQL("select userId,username from users order by username","&lt;a href='&#94;/;?op=viewProfile&uid=&#94;0;'&gt;&#94;1;&lt;/a&gt;&lt;br /&gt;");
</p>
|,
lastUpdated => 1112466919,
lastUpdated => 1146608153,
},
'illegal query' => {