XHTML fixes
This commit is contained in:
parent
c98308af17
commit
2b651949ea
23 changed files with 201 additions and 189 deletions
|
|
@ -14,18 +14,20 @@ our $I18N = {
|
|||
|
||||
'can edit text body' => {
|
||||
message => q|
|
||||
|
||||
<b>^CanEditText(<i>text message</i>);</b><br />
|
||||
<p><b>^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 />
|
||||
^CanEditText("You may edit this Asset");<br />
|
||||
^CanEditText(^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,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue