1
I have problem through editing the article in USER section that uses below address:
<{$xoops_url}>/modules/smartsection/submit.php
But no problem with editing the article in ADMIn section that uses following address:
<{$xoops_url}>/modules/smartsection/admin/item.php
My editor: FCK
What have I done:
I opened the editor page for editing a specific article in both ADMIN and USER side...
What happened:
admin side user sideI have compared the source code of both page opened:
for admin:
<input type="hidden" id="summary" name="summary" value="& l t ; font color= & q u o t ; #003366 & q u o t ; & g t ; & l t ; img
.
.
.
& l t ; /font & g t ; " style="display:none" />
for user:
<input type="hidden" id="summary" name="summary" value="#003366">.
.
.
font>" style="display:none" />
Look at these two codes. The point is that the ADMIN section uses:
& l t ;
& g t ;
and ...
not
>
<
and ...
How can I repair this problem?