summaryrefslogtreecommitdiffstats
path: root/app/views/news/_form.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/news/_form.rhtml')
-rw-r--r--app/views/news/_form.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/news/_form.rhtml b/app/views/news/_form.rhtml
index 2dcdc9f80..497c071c1 100644
--- a/app/views/news/_form.rhtml
+++ b/app/views/news/_form.rhtml
@@ -5,7 +5,7 @@
<p><%= f.text_area :description, :required => true, :cols => 60, :rows => 15 %></p>
</div>
-<% unless $RDM_TEXTILE_DISABLED %>
+<% if Setting.text_formatting == 'textile' %>
<%= javascript_include_tag 'jstoolbar' %>
<script type="text/javascript">
//<![CDATA[