[geeklog-cvs] Geeklog-1.x/public_html/admin story.php, 1.248, 1.248.2.1

Dirk Haun dhaun at qs1489.pair.com
Mon Feb 11 03:37:44 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin
In directory qs1489.pair.com:/tmp/cvs-serv17484/public_html/admin

Modified Files:
      Tag: geeklog_1_4_1_1
	story.php 
Log Message:
Fixed multiple application of htmlspecialchars() in the story preview


Index: story.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/story.php,v
retrieving revision 1.248
retrieving revision 1.248.2.1
diff -C2 -d -r1.248 -r1.248.2.1
*** story.php	10 Dec 2006 12:08:40 -0000	1.248
--- story.php	11 Feb 2008 08:37:42 -0000	1.248.2.1
***************
*** 778,784 ****
          $newintro = str_replace('</code></pre>','[/code]',$newintro);
          $newbody = str_replace('</code></pre>','[/code]',$newbody);
- 
-         $newintro = htmlspecialchars ($newintro);
-         $newbody = htmlspecialchars ($newbody);
      }
  
--- 778,781 ----




More information about the geeklog-cvs mailing list