diff -c /home/seagull/src/PukiWiki/pukiwiki/html.php /home/seagull/public_html/pukiwiki/html.php
*** /home/seagull/src/PukiWiki/pukiwiki/html.php Mon Jul 1 20:05:19 2002
--- /home/seagull/public_html/pukiwiki/html.php Mon Jul 1 20:05:19 2002
***************
*** 117,123 ****
$level = strlen($out[1]) + 1;
! array_push($result, "$str $top_link");
$arycontents[] = str_repeat("-",$level-1)."".strip_htmltag(make_user_rules($str))."\n";
$content_id++;
}
--- 117,123 ----
$level = strlen($out[1]) + 1;
! array_push($result, "$str $top_link");
$arycontents[] = str_repeat("-",$level-1)."".strip_htmltag(make_user_rules($str))."\n";
$content_id++;
}