This commit is contained in:
Iván Eixarch 2012-12-05 05:14:27 -08:00
commit 0aeb8001dd
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
<pre><%- plugins.formatPlugins().replace(", ","\n") %></pre>
<h2>Installed parts</h2>
<pre><%= plugins.formatParts() %></pre>
<pre><%- plugins.formatParts() %></pre>
<h2>Installed hooks</h2>
<h3>Server side hooks</h3>

View file

@ -41,7 +41,7 @@
if(language) document.documentElement.lang = language[1];
})(document)
</script>
<script type="text/javascript" src="static/js/l10n.js" async></script>
<script type="text/javascript" src="static/js/l10n.js"></script>
<style>
html, body {