diff --git a/include/ac_common.php b/include/ac_common.php
index c8fb96d8a..2cf864313 100644
--- a/include/ac_common.php
+++ b/include/ac_common.php
@@ -71,7 +71,8 @@ function h1($p_string, $p_class)
{
return '
' . htmlspecialchars($p_string) . '
';
}
-/**\brief surround the string with td
+/**
+ * \brief surround the string with td
* \param $p_string string to surround by TD
* \param $p_extra extra info (class, style, javascript...)
* \return string surrounded by td