forked from I2P_Developers/i2p.www
Replaced dashes with • and ⋅ with dashes (because the ⋅
character needs an extended character set) (ugha)
This commit is contained in:
4
menu.php
4
menu.php
@ -34,10 +34,10 @@ function buildmenu() {
|
||||
print "<br /><b>$link</b><br />\n";
|
||||
break;
|
||||
case 2:
|
||||
print "- $link<br />\n";
|
||||
print "• $link<br />\n";
|
||||
break;
|
||||
case 3:
|
||||
print " ⋅ $link<br />\n";
|
||||
print " - $link<br />\n";
|
||||
break;
|
||||
default:
|
||||
}
|
||||
|
Reference in New Issue
Block a user