Replaced dashes with • and ⋅ with dashes (because the ⋅

character needs an extended character set)
(ugha)
This commit is contained in:
ugha
2004-08-06 11:21:18 +00:00
committed by zzz
parent e26ce2fd83
commit 89ca4196a3

View File

@ -34,10 +34,10 @@ function buildmenu() {
print "<br /><b>$link</b><br />\n";
break;
case 2:
print "-&nbsp;$link<br />\n";
print "&bull;&nbsp;$link<br />\n";
break;
case 3:
print "&nbsp;&nbsp;&sdot;&nbsp;$link<br />\n";
print "&nbsp;&nbsp;-&nbsp;$link<br />\n";
break;
default:
}