summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2020-12-16 20:44:31 +0100
committerSimon Rettberg2020-12-16 20:44:31 +0100
commitd11f937407dd18a212baa6abfba3b0d3c3c8819e (patch)
treecac81f8103bbe5d8ac2caa9acdb4123fe9882e18
parent[locations] Fix adding expert rows; tweak WOL/SD style some more (diff)
downloadslx-admin-d11f937407dd18a212baa6abfba3b0d3c3c8819e.tar.gz
slx-admin-d11f937407dd18a212baa6abfba3b0d3c3c8819e.tar.xz
slx-admin-d11f937407dd18a212baa6abfba3b0d3c3c8819e.zip
[locations] Fix duplicate class attribute
-rw-r--r--modules-available/locations/templates/ajax-opening-location.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locations/templates/ajax-opening-location.html b/modules-available/locations/templates/ajax-opening-location.html
index c3a32fd1..a2bb357d 100644
--- a/modules-available/locations/templates/ajax-opening-location.html
+++ b/modules-available/locations/templates/ajax-opening-location.html
@@ -86,7 +86,7 @@
</div>
<hr>
<div style="text-align: center;">
- <a class="btn btn-success btn-sm" class="new-openingtime">
+ <a class="btn btn-success btn-sm new-openingtime">
<span class="glyphicon glyphicon-plus-sign"></span>
{{lang_openingTime}}
</a>