1
0

* no longer use htmlspecialchars() on the blog's title and sub-

title, to allow for custom HTML code to appear and unify
      only letting Smarty do the escaping (garvinhicking,falk)
This commit is contained in:
Garvin Hicking
2009-07-03 06:08:08 +00:00
parent 30c5d67934
commit 29601b1869
2 changed files with 7 additions and 3 deletions

View File

@ -3,6 +3,10 @@
Version 1.5 ()
------------------------------------------------------------------------
* no longer use htmlspecialchars() on the blog's title and sub-
title, to allow for custom HTML code to appear and unify
only letting Smarty do the escaping (garvinhicking,falk)
* Plugin drag/drop now can scroll up/down/left/right when touching
the borders. Thanks to onli!