diff --git a/include/ac_common.php b/include/ac_common.php
index 2cf864313..d4b4e1902 100644
--- a/include/ac_common.php
+++ b/include/ac_common.php
@@ -63,11 +63,11 @@ function h2info($p_string)
return '
' . htmlspecialchars($p_string) . '
';
}
-function h2($p_string, $p_class)
+function h2($p_string, $p_class="",$raw="")
{
- return '' . htmlspecialchars($p_string) . '
';
+ return '' . $raw.htmlspecialchars($p_string) . '
';
}
-function h1($p_string, $p_class)
+function h1($p_string, $p_class="")
{
return '' . htmlspecialchars($p_string) . '
';
}