diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-10-19 02:00:35 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-10-19 02:00:35 +0200 |
commit | 99d99e3f80a38cbaaf15b7b18d80cc2ea686a2f3 (patch) | |
tree | b42e8463b5d18bd5e4b3d921996f5c6a0c70cebd /templates/czech.html | |
parent | 38f77a4ea607ed079aca7f27d940913c708a2786 (diff) | |
download | hesla-99d99e3f80a38cbaaf15b7b18d80cc2ea686a2f3.tar.gz |
Don't use async parameter of script, when you mean only defer.
Also, add proper German translation of NOSCRIPT message (thanks for
Helmut Steeb for translation).
Diffstat (limited to 'templates/czech.html')
-rw-r--r-- | templates/czech.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/czech.html b/templates/czech.html index 00f69f8..9052879 100644 --- a/templates/czech.html +++ b/templates/czech.html @@ -1,8 +1,6 @@ {% macro bible_url(ref, mod) %} http://www.crosswire.org/study/passagestudy.jsp?key={{ ref.book }}+{{ ref.chapter }}%3A{{ ref.verse }}&mod={{ mod }} {%- endmacro %} -<!-- vi:ft=htmljinja ---> <!DOCTYPE html> <html manifest="hesla.appcache"> <head> @@ -10,7 +8,7 @@ <meta content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes" name="viewport"/> <link href="screen.css" type="text/css" rel="stylesheet"/> <title>Hesla Jednoty bratrské pro tento den</title> - <script src="hesla.js" async="async" type="text/javascript" defer="defer"> + <script src="hesla.js" type="text/javascript" defer="defer"> </script> </head> <body> |