summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/config.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/templates/config.html')
-rw-r--r--modules-available/locationinfo/templates/config.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/locationinfo/templates/config.html b/modules-available/locationinfo/templates/config.html
index 48a79585..cf5cd3fd 100644
--- a/modules-available/locationinfo/templates/config.html
+++ b/modules-available/locationinfo/templates/config.html
@@ -16,6 +16,7 @@
</div>
<div class="col-md-7">
<select class="form-control" name="serverid">
+ <option id="serverOption-{{sid}}" value="0">{{lang_noServer}}</option>
{{#serverlist}}
<option id="serverOption-{{sid}}" value="{{sid}}">{{sname}}</option>
{{/serverlist}}