diff options
| -rw-r--r-- | templates/edit_format.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_format.tpl b/templates/edit_format.tpl index 55a9b29..f504d30 100644 --- a/templates/edit_format.tpl +++ b/templates/edit_format.tpl @@ -76,7 +76,7 @@ {/if} {if !$gBitSystem->isFeatureActive('content_force_allow_html')} {if $gBitUser->hasPermission( 'p_liberty_enter_html' ) || $gBitSystem->isFeatureActive('content_allow_html')} - <label><input type="checkbox" name="preferences[content_enter_html]" value="y" id="html" {if $contentObject->mPrefs.content_enter_html}checked="checked" {/if}/> {tr}Allow HTML{/tr}</label> + <label><input type="checkbox" name="preferences[content_enter_html]" value="y" id="html" {if $contentObject->mPrefs.content_enter_html}checked="checked" {/if}/> {tr}Allow HTML{/tr}</label> {elseif is_object($contentObject) && $contentObject->getPreference( 'content_enter_html' )} [ {tr}HTML will remain as HTML{/tr} ] {else} |
