pretty print
git-svn-id: file:///home/shish/svn/shimmie2/trunk@90 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
501ccf5128
commit
070bdaf6ce
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ function block_to_html($block, $hidable=false) {
|
|||
|
||||
$header_html = "";
|
||||
foreach($this->headers as $line) {
|
||||
$header_html .= "\t\t$line";
|
||||
$header_html .= "\t\t$line\n";
|
||||
}
|
||||
|
||||
$sideblock_html = "";
|
||||
|
|
Reference in a new issue