make the first letter show up
This commit is contained in:
parent
a9ca976afd
commit
8cbeb21092
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class TagList implements Extension {
|
|||
$tag_data = $result->GetArray();
|
||||
|
||||
$html = "";
|
||||
$lastLetter = 0;
|
||||
$lastLetter = "";
|
||||
foreach($tag_data as $row) {
|
||||
$h_tag = html_escape($row['tag']);
|
||||
$count = $row['count'];
|
||||
|
|
Reference in a new issue