diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-08-30 18:23:45 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-08-30 18:23:45 +0200 |
commit | 0637b6b97fec94799c3733e8b20519456814fce8 (patch) | |
tree | 026d15d66afec93ab5046bea50faab6c5b5d90b1 /hyperkitty/templates | |
parent | ec7da1aac20a01838d30e02d550c13b22414be73 (diff) | |
download | hyperkitty-0637b6b97fec94799c3733e8b20519456814fce8.tar.gz hyperkitty-0637b6b97fec94799c3733e8b20519456814fce8.tar.xz hyperkitty-0637b6b97fec94799c3733e8b20519456814fce8.zip |
Normalize tabs to spaces
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r-- | hyperkitty/templates/message.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html index 5fd81a8..5d061e5 100644 --- a/hyperkitty/templates/message.html +++ b/hyperkitty/templates/message.html @@ -62,10 +62,10 @@ {% else %} alert('You need to login in order to vote'); {% endif %} - + }); - }); + }); </script> {% endblock %} |