documentation
This commit is contained in:
parent
380cdbbd37
commit
d3e352d661
1 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,8 @@ function h1($p_string, $p_class)
|
|||
{
|
||||
return '<h1 ' . $p_class . '>' . htmlspecialchars($p_string) . '</h1>';
|
||||
}
|
||||
/**\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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue