diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-10-02 18:24:15 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-10-02 18:24:15 +0200 | 
| commit | e4814b323de6412225b338471b9a5bcd5af13a4b (patch) | |
| tree | 8305e813c9b60c2e40fd3475ae51be6d31d1d582 | |
| parent | 7fb44a0ad3f02064a9f774f7482108bdadd4623f (diff) | |
app: Fix missing </a> when using efa backend
| -rw-r--r-- | templates/app.html.ep | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/templates/app.html.ep b/templates/app.html.ep index 2cd628f..6df6b17 100644 --- a/templates/app.html.ep +++ b/templates/app.html.ep @@ -179,9 +179,7 @@  %=    $route_str        </span>  %   } -%   if (not param('efa')) { -      </a> -%   } +    </a>      </li>  % } | 
