XHTML fixes

This commit is contained in:
Colin Kuskie 2006-05-03 20:01:38 +00:00
parent c98308af17
commit 2b651949ea
23 changed files with 201 additions and 189 deletions

View file

@ -14,18 +14,20 @@ our $I18N = {
'can edit text body' => {
message => q|
<b>&#94;CanEditText(<i>text message</i>);</b><br />
<p><b>&#94;CanEditText(<i>text message</i>);</b><br />
Display a message to a user that can edit the current Asset.
<p>
<i>Example:</i><br />
</p>
<p><i>Example:</i><br />
&#94;CanEditText("You may edit this Asset");<br />
&#94;CanEditText(&#94;AdminToggle;);
<p>
Do not use this Macro outside of an Asset as it will have unpredictable
</p>
<p>Do not use this Macro outside of an Asset as it will have unpredictable
results.
</p>
|,
lastUpdated => 1134773763,
lastUpdated => 1146679107,
},
};