Merge pull request #2959 from matmair/fix-tag

Fix usage of old html tags
This commit is contained in:
Oliver 2022-05-10 08:14:19 +10:00 committed by GitHub
commit 188c55e17f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>