XHTML fixes
This commit is contained in:
parent
c98308af17
commit
2b651949ea
23 changed files with 201 additions and 189 deletions
|
|
@ -19,16 +19,14 @@ our $I18N = {
|
|||
|
||||
'last modified body' => {
|
||||
message => q|
|
||||
|
||||
<b>^LastModified;</b><br />
|
||||
<p><b>^LastModified;</b><br />
|
||||
<b>^LastModified(<i>"text"</i>,<i>"date format"</i>);</b><br />
|
||||
Displays the date that the current page was last modified based upon the wobjects on the page. By default, the date is displayed based upon the user's date preferences. Optionally, it can take two parameters. The first is text to display before the date. The second is a date format string (see the date macro, ^D;, for details.
|
||||
<p>
|
||||
<i>Example:</i> ^LastModified("Updated: ","%c %D, %y");
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<p><i>Example:</i> ^LastModified("Updated: ","%c %D, %y");
|
||||
</p>
|
||||
|,
|
||||
lastUpdated => 1112466919,
|
||||
lastUpdated => 1146686444,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue