summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRichard Wall <richard@aziz>2010-07-12 23:39:09 +0100
committerRichard Wall <richard@aziz>2010-07-12 23:39:09 +0100
commitcc024d3b834a6c2417bbac0ea7799bbc2dd3a045 (patch)
tree2b836ea54bce0ddc5a88d4433ef43061e336da1a /index.html
parent883063cbaedce812694b0608630c93d49cd51bb3 (diff)
allow tzoffset to be hidden
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 7e0ac97..2e5e3fd 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
@@ -163,7 +163,7 @@
</span>
<input name="from" type="hidden" />
<input name="to" type="hidden" />
- <select name="tzoffset"></select>
+ <select name="tzoffset" ></select>
<input name="action" value="Update" type="button" />
</div>
<div class="range-preview"></div>