diff options
author | Simon Rettberg | 2024-07-10 14:31:56 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-07-10 14:31:56 +0200 |
commit | 540fde92908a82cb2aeb6e9b46732a2150ad0e88 (patch) | |
tree | 5190163297628fc7b23e5ea88af3d0dc82b765cc /modules-available | |
parent | [statistics_reporting] Error checking (diff) | |
download | slx-admin-540fde92908a82cb2aeb6e9b46732a2150ad0e88.tar.gz slx-admin-540fde92908a82cb2aeb6e9b46732a2150ad0e88.tar.xz slx-admin-540fde92908a82cb2aeb6e9b46732a2150ad0e88.zip |
[sysconfig] Fix html
Diffstat (limited to 'modules-available')
-rw-r--r-- | modules-available/sysconfig/templates/screensaver-start.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/sysconfig/templates/screensaver-start.html b/modules-available/sysconfig/templates/screensaver-start.html index 96be0cd5..03ef9ccb 100644 --- a/modules-available/sysconfig/templates/screensaver-start.html +++ b/modules-available/sysconfig/templates/screensaver-start.html @@ -14,7 +14,7 @@ <input type="hidden" id="helper-mode" name="helper_mode" value="false"> <div class="form-group"> <div class="input-group btn-group"> - <span class="input-group-addon slx-ga"">{{lang_mode}}</span> + <span class="input-group-addon slx-ga">{{lang_mode}}</span> <a class="btn btn-default" tabindex="2" id="btn-easy-mode" type="button" onclick="switchMode(1)"> <span class="glyphicon glyphicon-user"></span> {{lang_modeEasy}} |