*** empty log message ***

This commit is contained in:
Alex Schroeder
2005-10-09 17:11:26 +00:00
parent 73178f8316
commit c8f049042b

View File

@@ -1,5 +1,19 @@
2005-10-09 Alex Schroeder <alex@gnu.org>
* wiki.pl (ApplyRules): Test for $OpenPageName before comparing it
with $StyleSheetPage or $ConfigPage.
(Cookie): Just encode $FS since both keys and values are already
encoded in CookieData.
* modules/markup.pl (MarkupRule): Fix regexp for forced pairs,
because it used to crash if no matching end was found for
thousands of characters.
(MarkupRule): Make sure empty elements are not created, eg ____
stays ____ and does not turn into an empty (and thus invisible)
element.
* modules/tables-long.pl:
* modules/sidebar.pl:
* modules/referrer-tracking.pl:
* modules/portrait-support.pl:
* modules/page-trail.pl: Removed $DefaultStyleSheet.