diff options
author | Simon Rettberg | 2020-12-16 20:44:31 +0100 |
---|---|---|
committer | Simon Rettberg | 2020-12-16 20:44:31 +0100 |
commit | d11f937407dd18a212baa6abfba3b0d3c3c8819e (patch) | |
tree | cac81f8103bbe5d8ac2caa9acdb4123fe9882e18 /modules-available/locations/templates/ajax-opening-location.html | |
parent | [locations] Fix adding expert rows; tweak WOL/SD style some more (diff) | |
download | slx-admin-d11f937407dd18a212baa6abfba3b0d3c3c8819e.tar.gz slx-admin-d11f937407dd18a212baa6abfba3b0d3c3c8819e.tar.xz slx-admin-d11f937407dd18a212baa6abfba3b0d3c3c8819e.zip |
[locations] Fix duplicate class attribute
Diffstat (limited to 'modules-available/locations/templates/ajax-opening-location.html')
-rw-r--r-- | modules-available/locations/templates/ajax-opening-location.html | 2 |
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> |