remove </a>

git-svn-id: svn://10.0.0.236/trunk@134236 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cltbld%netscape.com
2002-11-21 02:34:44 +00:00
parent f058825676
commit 98a36d80e8

View File

@@ -93,6 +93,7 @@ sub is_tree_open {
# then shorten it up.
$sheriff_string =~ s/<[pP]>//g;
$sheriff_string =~ s/<br>//g;
$sheriff_string =~ s/<\/a>//g;
$sheriff_string =~ s/<//g;
$sheriff_string =~ s/>//g;
$sheriff_string =~ s/"/ /g;