title: HTML Phorum Mod
desc:  This module allow HTML to be used in posts.  This includes allowing special characters (eg. UTF-8) that are HTML encoded. NOTE: Bad HTML input by users could mess up your page layout.
author: Phorum Dev Team
url: http://www.phorum.org/

hook: format|phorum_html

# We want the format hook to run as the first one in the chain, so
# other hooks who work on HTML tags can be sure that replacements like
# "&gt;" to ">" are done.
priority: run hook format before *

