diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-12-30 21:13:54 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-12-30 21:13:54 +0000 |
commit | 697e5eb49dc29e47333c0805c4ee97de28b7ff76 (patch) | |
tree | 65de7f9ac203505e17cb59a852a6fc25a777a19f /includes | |
parent | be2615049a1a07d2f4edbcb94cd0c9d438a9ae86 (diff) | |
download | brdo-697e5eb49dc29e47333c0805c4ee97de28b7ff76.tar.gz brdo-697e5eb49dc29e47333c0805c4ee97de28b7ff76.tar.bz2 |
- Fixed bug in account.php.
- Updated the documentation (again): I spent most of the day writing
documentation which might well be considered plain boring.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/hostname.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/hostname.conf b/includes/hostname.conf index 03c7a4de4..ece68b90f 100644 --- a/includes/hostname.conf +++ b/includes/hostname.conf @@ -54,7 +54,7 @@ $categories = array("Announcements", # # Allowed HTML tags: # -$allowed_html = "<A><B><BLOCKQUOTE><BR><DD><DL><DT><EM><HR><I><IL><SMALL><OL><U><UL>"; +$allowed_html = "<A><B><BLOCKQUOTE><BR><DD><DL><DT><EM><HR><I><LI><SMALL><OL><U><UL>"; # # Name for anonymous users: |