mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
add border botton to contentHeading
This commit is contained in:
parent
4cb9ed294e
commit
d3958e73f9
|
@ -1005,9 +1005,9 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
function contentHeading($heading, $noescape=false) { /* {{{ */
|
||||
|
||||
if($noescape)
|
||||
echo "<legend>".$heading."</legend>\n";
|
||||
echo "<legend class=\"border-bottom\">".$heading."</legend>\n";
|
||||
else
|
||||
echo "<legend>".htmlspecialchars($heading)."</legend>\n";
|
||||
echo "<legend class=\"border-bottom\">".htmlspecialchars($heading)."</legend>\n";
|
||||
return;
|
||||
} /* }}} */
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user