diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index afd47ec82..64949122a 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -279,7 +279,7 @@ module VERSION #:nodoc: MINOR = 19 TINY = 2 SUFFIX = '(MML+)' - PRERELEASE = 'pre' + PRERELEASE = false if PRERELEASE STRING = [MAJOR, MINOR].join('.') + PRERELEASE + SUFFIX else diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index 035bf783f..c05e0292c 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -36,11 +36,19 @@ <%= csrf_meta_tag %> <%- if @web -%> <%- if @web.markup == :markdownMML -%> + <%- end -%> diff --git a/app/views/wiki/s5.rhtml b/app/views/wiki/s5.rhtml index a85b38308..f76953f9b 100644 --- a/app/views/wiki/s5.rhtml +++ b/app/views/wiki/s5.rhtml @@ -22,11 +22,19 @@ <%= javascript_include_tag 'prototype' %> <%- if @web.markup == :markdownMML -%> + <%- end -%>