mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Make all quotes multiline. Fixes a bunch of annoying errors.
This commit is contained in:
parent
fd694e7b83
commit
51473a95b4
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ Discourse.BBCode =
|
|||
if stripped_hashed == contents_hashed
|
||||
result += ", full:true"
|
||||
|
||||
result += "\"]#{sansQuotes}[/quote]\n\n"
|
||||
result += "\"]\n#{sansQuotes}\n[/quote]\n\n"
|
||||
|
||||
formatQuote: (text, opts) ->
|
||||
|
||||
|
|
Loading…
Reference in a new issue