From 5170c29e183a479e4197973e4d74a7300a3194a4 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 26 Mar 2011 17:16:19 +0000 Subject: [PATCH] Fix css href --- static/js/ace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/ace.js b/static/js/ace.js index 23396c398..fdd0473bb 100644 --- a/static/js/ace.js +++ b/static/js/ace.js @@ -176,7 +176,7 @@ function Ace2Editor() { //iframeHTML.push($$INCLUDE_CSS_Q("editor.css syntax.css inner.css")); iframeHTML.push($$INCLUDE_CSS_Q("/static/css/editor.css")); - iframeHTML.push($$INCLUDE_CSS_Q("/static/css/syntax.cs")); + iframeHTML.push($$INCLUDE_CSS_Q("/static/css/syntax.css")); iframeHTML.push($$INCLUDE_CSS_Q("/static/css/inner.css")); //iframeHTML.push(INCLUDE_JS_Q_DEV("ace2_common_dev.js"));