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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locationinfo/templates/config.html b/modules-available/locationinfo/templates/config.html
index 0fac50fa..ee30dee3 100644
--- a/modules-available/locationinfo/templates/config.html
+++ b/modules-available/locationinfo/templates/config.html
@@ -42,10 +42,10 @@
<div style="float: left; margin-left: 15px;">
<Label>{{lang_rotation}}</Label><br>
<select name="rotation">
+ <option value="0" id="rotation0">{{lang_rotation0}}</option>
<option value="1" id="rotation1">{{lang_rotation1}}</option>
<option value="2" id="rotation2">{{lang_rotation2}}</option>
<option value="3" id="rotation3">{{lang_rotation3}}</option>
- <option value="4" id="rotation4">{{lang_rotation4}}</option>
</select>
</div>