If anyone has other candidates then please add them. Thanks. -- MarkButler
I know that they are already CSS classed, but it seems that the HR can be more sensibly done with the CSS control of the surrounding classes.
hr.wikilinefooter, hr.wikilineheader { display:none; };
to the sample css file. --MarkButler
574,576d577 < if (!&GetParam('embed', $EmbedWiki)) { < $fullHtml .= "<hr class=wikilinefooter>\n"; < } 582d582 < print "<hr class=wikilinefooter>\n" if (!&GetParam('embed', $EmbedWiki)); 1315c1315 < $result .= &GetGotoBar($id) . "<hr class=wikilineheader>"; --- > $result .= &GetGotoBar($id); 1453c1453 < $html = '<hr class=wikilinefooter>' . '<div class=wikifooter>' --- > $html = '<div class=wikifooter>' 3288d3287 < print "<hr class=wikilinefooter>\n"; 3299c3298 < print &WikiToHTML($oldText) . "<hr class=wikilinefooter>\n"; --- > print &WikiToHTML($oldText); 3407d3405 < print "<hr class=wikilinefooter>\n"; 3630d3627 < print "<hr class=wikilinefooter>\n"; 3662d3658 < print "<hr class=wikilinefooter>\n"; 4422d4417 < print "<hr class=wikilinefooter>\n"; 4474d4468 < print "<hr class=wikilinefooter>\n";