XHTML fixes for capitalization and break tags
This commit is contained in:
parent
4fc3e5741b
commit
816c96a284
85 changed files with 1675 additions and 1676 deletions
|
|
@ -14,15 +14,15 @@ our $I18N = {
|
|||
|
||||
'sql body' => {
|
||||
message => q|
|
||||
<b>^SQL();</b><br>
|
||||
<p><b>^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 (^0; ^1; ^2; etc) to position data and can also use the ^^rownum; macro just like the SQL Report wobject. Examples:<p>
|
||||
^SQL("select count(*) from users","There are ^0; users on this system.");
|
||||
<p>
|
||||
^SQL("select userId,username from users order by username","<a href='^/;?op=viewProfile&uid=^0;'>^1;</a><br>");
|
||||
<p>
|
||||
</p>
|
||||
<p>^SQL("select userId,username from users order by username","<a href='^/;?op=viewProfile&uid=^0;'>^1;</a><br />");
|
||||
</p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1112466919,
|
||||
lastUpdated => 1146608153,
|
||||
},
|
||||
|
||||
'illegal query' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue