From: zuber <marek@stepniowski.com>
Date: Sun, 27 Sep 2009 18:00:54 +0000 (+0200)
Subject: Zmiana typu błędnie oznaczonego szablonu z text/javascript na text/html.
X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/be81f64e2a76d6023ad1a10083e079ae18d51691?ds=sidebyside

Zmiana typu błędnie oznaczonego szablonu z text/javascript na text/html.
---

diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html
index 0c3e3a66..89ff2f37 100644
--- a/project/templates/explorer/editor.html
+++ b/project/templates/explorer/editor.html
@@ -42,7 +42,7 @@
 		</div>
 	</script>
 	
-	<script type="text/javascript" charset="utf-8" id="button-toolbar-view-template">
+	<script type="text/html" charset="utf-8" id="button-toolbar-view-template">
 		<div class="buttontoolbarview">
 			<div class="buttontoolbarview-tabs">
 			<% for (var i=0; i < buttons.length; i++) { %>