pretty print

git-svn-id: file:///home/shish/svn/shimmie2/trunk@90 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-05-09 03:01:34 +00:00
parent 501ccf5128
commit 070bdaf6ce

View file

@ -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 = "";