make the first letter show up
This commit is contained in:
parent
a9ca976afd
commit
8cbeb21092
@ -136,7 +136,7 @@ class TagList implements Extension {
|
|||||||
$tag_data = $result->GetArray();
|
$tag_data = $result->GetArray();
|
||||||
|
|
||||||
$html = "";
|
$html = "";
|
||||||
$lastLetter = 0;
|
$lastLetter = "";
|
||||||
foreach($tag_data as $row) {
|
foreach($tag_data as $row) {
|
||||||
$h_tag = html_escape($row['tag']);
|
$h_tag = html_escape($row['tag']);
|
||||||
$count = $row['count'];
|
$count = $row['count'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user