summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-07-12 17:23:06 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2012-07-12 17:23:06 +0200
commitc6272168c74cee4a3a15956292bb666c7eb7d006 (patch)
tree109f114e604fff6d4c0017dd751ca7ee6b4901c3
parent130a2a460c9e26c124a9647e336f173c5847b160 (diff)
downloadwww-c6272168c74cee4a3a15956292bb666c7eb7d006.tar.gz
www-c6272168c74cee4a3a15956292bb666c7eb7d006.tar.bz2
www-c6272168c74cee4a3a15956292bb666c7eb7d006.zip
remove undefined function call
-rw-r--r--_base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_base.html b/_base.html
index fb2c457..59608b1 100644
--- a/_base.html
+++ b/_base.html
@@ -10,7 +10,7 @@
<link rel="stylesheet" href="{{ url_for("static/css/syntax.css") }}" type="text/css" />
<link rel="stylesheet" href="{{ url_for("static/css/main.css") }}" type="text/css" />
</head>
-<body onload="highlight()">
+<body>
<div class="container_16">
<div id="header" class="grid_16">