diff --git a/application/views/responsive_lovestu/editor.php b/application/views/responsive_lovestu/editor.php index fde94e0728877158ca4fe9dec5f2c8f5f715bca5..e8744503849c96325346084ad30fc2c5ebb40851 100644 --- a/application/views/responsive_lovestu/editor.php +++ b/application/views/responsive_lovestu/editor.php @@ -18,7 +18,7 @@ {if $this->uri->segment ( 1 )!='question'} {eval echo replacewords($topic['describtion']);} {/if} - {if $user['groupid']==1||$user['uid']==$answer['authorid']&&$this->uri->segment ( 2 )=='editanswer'&&$this->uri->segment ( 1 )=='question'} {eval echo htmlspecialchars_decode($answer['content']);} {/if} + {if $user['groupid']==1||$user['uid']==$answer['authorid']&&$this->uri->segment ( 2 )=='editanswer'&&$this->uri->segment ( 1 )=='question'} {eval echo $answer['content'];} {/if} {/if} @@ -50,7 +50,7 @@ editor.disable(); {else} - +