1
0

Atom feeds became invalid, if entry has href or src attributes containing char represented by XML Entities normaly (like href="test.de?a=1&b=2")

This commit is contained in:
Grischa Brockhaus
2007-07-27 14:17:34 +00:00
parent f5f013c3c7
commit 79fb859060
2 changed files with 22 additions and 4 deletions

View File

@ -3,6 +3,11 @@
Version 1.3 ()
------------------------------------------------------------------------
* Atom feeds became invalid, if entry has href or src attributes
containing char represented by XML Entities normaly
(like href="test.de?a=1&b=2")
(brockhaus)
* The recent entries sidebar plugin shiped with s9y listed entries
not accessable by the current user because of right restrictions.
(brockhaus)
@ -22,8 +27,8 @@ Version 1.2 ()
* (beta4) Fix comment-RSS feeds
* (beta4) serendipity_plugin_comments now also supports Favatars in
combination with serendipity_event_gravatar instead of
* (beta4) serendipity_plugin_comments now also supports Favatars and
Pavatars in combination with serendipity_event_gravatar instead of
Gravatars only. (brockhaus)
* (beta4) Fix wrong event hook for entry manager to display toolbar