| Author |
Subject gets lost after quotes |
|
todi
Not too shy to talk Joined: 23-Sep-2004 Posts: 30
From: Germany
|
Posted: 2007-08-07 14:52
@avw: do you remember the problem with the topic in this topic? As it occasionally happens in my forum too and I can't see you having fixed it yet, I've hunted down the problem and fixed it. Just add a htmlspecialchars in line 835 (v 1.1.2.50 2005/04/02 19:14:44) or line 837 (v 1.1 2005/04/11 20:05:07) of core_ForumOutput.php: !!! CODE !!! $content .= '<input type="text" name="subject" size="50" maxlength="100" value="' . htmlspecialchars($topic_subject) . '" />' . "\n"; ----------------- Regards todi [ This message was edited by: todi on 2007-08-07 14:55 ]
|
|
Kang
Home away from home Joined: 15-Feb-2003 Posts: 163
From: Malaysia
|
Posted: 2007-10-25 10:57
Sorry friend, its not work. I tried, but the page goes blank ----------------- Warm regard from Malaysia! [ This message was edited by: Kang on 2007-10-25 10:58 ]
|