New commits:
commit c88f41c568ef874c5f39b3a5ca28ff8ce0c929b5
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>
added a clear_html_specials function to clear stuff like: < etc...
diff --git a/var/lib/quill/ChangeLog b/var/lib/quill/ChangeLog
index 3f2911b..9553b70 100644
--- a/var/lib/quill/ChangeLog
+++ b/var/lib/quill/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-07 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * libcore: added a clear_html_specials function
+ * libdetails: run clear_html_specials function on finished DETAILS
+ don't want any of them in SHORT or LONG, added s-pecial handling for
+ berlios as well
+
2007-03-06 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libcore: fixed saved sudo and gpg default query answer
fixed versioning to not loop anymore
diff --git a/var/lib/quill/modules/libcore b/var/lib/quill/modules/libcore
index 9861812..5c6bd4d 100644
--- a/var/lib/quill/modules/libcore
+++ b/var/lib/quill/modules/libcore
@@ -489,6 +489,269 @@ function andand_lines() {
mv "temporary-$file" "$file"
}