diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-04-07 19:19:50 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-04-07 19:19:50 +0200 |
commit | d4269a8fe4586e08577b66b5068b576e5ab36c7b (patch) | |
tree | 5d7d136010b797ef24e0b96c9e8efd47eab61d3e /templates/journey.html.ep | |
parent | ffee7177ac26f4e79227cdf0abcd83f80f34faa4 (diff) |
journey: Fix typo in HTML tag
Diffstat (limited to 'templates/journey.html.ep')
-rw-r--r-- | templates/journey.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/journey.html.ep b/templates/journey.html.ep index 99285c1..7483a14 100644 --- a/templates/journey.html.ep +++ b/templates/journey.html.ep @@ -4,7 +4,7 @@ <div class="card red darken-4"> <div class="card-content white-text"> <span class="card-title">Fehler</span> - <p>Zugfahrt nicht gefunden.<p/> + <p>Zugfahrt nicht gefunden.</p> </div> </div> </div> |