summaryrefslogtreecommitdiffstats
path: root/HTML/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'HTML/index.html')
-rw-r--r--HTML/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/HTML/index.html b/HTML/index.html
index 721dd18..bf75950 100644
--- a/HTML/index.html
+++ b/HTML/index.html
@@ -141,7 +141,8 @@
<input type="Hidden" name="bot" value="sympa">
<input type="Hidden" name="action" value="subscribe">
<!-- translate the value field only -->
-<input type="text" size="15" name="email" value="type your E-mail" onfocus="if ("flag) this.value = '';"flag = 0">
+<input type="text" size="15" name="email" value="type your E-mail"
+ onfocus="if (flag) this.value = '';flag = 0">
<!-- translate the value field of this button -->
<input type=submit name=sa VALUE="Subscribe">
</form>