mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-16 03:30:05 -05:00
don't use Markdown
This commit is contained in:
parent
92b615b503
commit
8efee0d03d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class StaticController < ApplicationController
|
|||
end
|
||||
|
||||
if I18n.exists?("static.#{@page}")
|
||||
render text: PrettyText.cook(I18n.t("static.#{@page}")), layout: !request.xhr?, formats: [:html]
|
||||
render text: I18n.t("static.#{@page}"), layout: !request.xhr?, formats: [:html]
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue