Revert "FEATURE: Use configured quotation marks in fancy topic title"

This reverts most of commit ce8e099639.

The rake task to update fancy topic titles is still there, because that's useful even without this feature.
This commit is contained in:
Gerhard Schlager
2019-07-18 11:55:49 +02:00
parent c8661674d4
commit 7e69c5cc36
4 changed files with 3 additions and 31 deletions

View File

@@ -10,8 +10,8 @@
#
class HtmlPrettify < String
def self.render(html, entities = {})
new(html, [2], entities).to_html
def self.render(html)
new(html).to_html
end
# Create a new RubyPants instance with the text in +string+.