Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Reformats tags page

AuthorDave Jarvis <email>
Date2026-02-16 02:34:28 GMT-0800
Commit0ebfcc8b70f2e10d4e0f29d2093c7d27805ae167
Parent64884df
pages/TagsPage.php
if( empty( $tags ) ) {
- echo '<div class="empty-state"><p>No tags found.</p></div>';
+ echo '<p>No tags found.</p>';
} else {
$renderer = new HtmlTagRenderer( $this->currentRepo['safe_name'] );
Delta1 line added, 1 line removed