diff options
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 1fb5b0202..0b6d01d72 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1218,7 +1218,7 @@ function html_edit($text=null,$include='edit'){ //FIXME: include needed? $form->addElement(form_makeCloseTag('div')); } $form->addElement(form_makeCloseTag('div')); - if($conf['license']){ + if($wr && $conf['license']){ $form->addElement(form_makeOpenTag('div', array('class'=>'license'))); $out = $lang['licenseok']; $out .= '<a href="'.$license[$conf['license']]['url'].'" rel="license" class="urlextern"'; |