diff options
Diffstat (limited to 'HTML/index-no.html')
-rw-r--r-- | HTML/index-no.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HTML/index-no.html b/HTML/index-no.html index 1ed1041..5786f31 100644 --- a/HTML/index-no.html +++ b/HTML/index-no.html @@ -145,7 +145,7 @@ <input type="Hidden" name="action" value="subscribe"> <!-- translate the value field only --> <input type="text" size="15" name="email" value="skriv inn din epostadresse" - onfocus="if ("flag) this.value = '';"flag = 0"> + onfocus="if (flag) this.value = '';flag = 0"> <!-- translate the value field of this button --> <input type=submit name=sa VALUE="Subscribe"> </form> |