diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-29 04:46:35 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-29 04:46:35 +0200 |
| commit | 547f82a62d5c76ebb1ba13bf63887a1a99b435f7 (patch) | |
| tree | 85c39fb13996b825890f4e15f73ec50aa88e386f /default/config.xml | |
| parent | 79b145b979d57d10a1f3a41482b773382a78897e (diff) | |
fix HTML5 warning
Diffstat (limited to 'default/config.xml')
| -rw-r--r-- | default/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default/config.xml b/default/config.xml index 9e36cf5..801f243 100644 --- a/default/config.xml +++ b/default/config.xml @@ -44,7 +44,7 @@ <enumitemna>[li class="na"]</enumitemna> <incsep>[div class="incsep"]</incsep> <code>[pre class="code"]</code> - <javascript>[script type="text/javascript" language="JavaScript"]</javascript> + <javascript>[script type="text/javascript"]</javascript> </html5> <xhtml> <pagetitle>[h1]</pagetitle> |
