diff --git a/include/ac_common.php b/include/ac_common.php
index 11e4d6a66..201d1fb47 100644
--- a/include/ac_common.php
+++ b/include/ac_common.php
@@ -88,8 +88,9 @@ function tr($p_string, $p_extra='')
return '
' . $p_string . '
';
}
-/**\brief escape correctly php string to javascript */
-
+/**
+ * @brief escape correctly php string to javascript
+ */
function j($p_string)
{
$a = preg_replace("/\r?\n/", "\\n", addslashes($p_string));
@@ -1176,4 +1177,4 @@ function is_msie()
$is_msie=0;
return $is_msie;
}
-?>
+?>
\ No newline at end of file