Spell checking, s-z, plus a couple of missed ones.

This commit is contained in:
Mike Castle
2013-11-24 00:19:25 -08:00
parent 27806a3be7
commit 4a9b13eade
21 changed files with 30 additions and 30 deletions

View File

@ -130,7 +130,7 @@ foreach ( $pages as $key => $name )
print "<li".($page == $key ? ' class="active"' :'')."><a href=\"$url\">$name</a></li>\n";
# after 'mobile', add a horizontal seperator
# after 'mobile', add a horizontal separator
if ( $key == 'test' )
print "<li class=\"divider\"></li>";
}