Empty commit

This commit is contained in:
Git 2013-04-25 08:00:33 +00:00
parent 8c49cf9de7
commit afecab6f2f

View File

@ -1,4 +1,4 @@
<? <?
$Title = 'Browse wiki articles'; $Title = 'Browse wiki articles';
if(!empty($_GET['letter'])) { if(!empty($_GET['letter'])) {
$Letter = strtoupper(substr($_GET['letter'], 0, 1)); $Letter = strtoupper(substr($_GET['letter'], 0, 1));
@ -87,4 +87,4 @@
</span> </span>
</div> </div>
</div> </div>
<? View::show_footer(); ?> <? View::show_footer(); ?>