fix usage of old html tags

This commit is contained in:
Matthias 2022-05-09 19:58:38 +02:00
parent 583f8faf66
commit 688cb7469c
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -6,6 +6,6 @@
<em>This location has no sublocations!</em>
<ul>
<li><b>Location Name</b>: {{ location.name }}</li>
<li><b>Location Path</b>: {{ location.pathstring }}</li>
<li><strong>Location Name</strong>: {{ location.name }}</li>
<li><strong>Location Path</strong>: {{ location.pathstring }}</li>
</ul>