From 3813810cac8eb138ed1819058d122503628d6cba Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Fri, 2 Aug 2019 00:27:44 -0500 Subject: [PATCH] bbcode: `[code]` produces `pre code` for `glitch-soc` compatability --- app/lib/formatter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/formatter.rb b/app/lib/formatter.rb index 3456f30f8..efe0fbe36 100644 --- a/app/lib/formatter.rb +++ b/app/lib/formatter.rb @@ -142,7 +142,7 @@ class Formatter description: '', example: '', }, code: { - html_open: '
', html_close: '
', + html_open: '
', html_close: '
', description: '', example: '', block_tag: true, },