mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Update Rubocop to 0.60
This commit is contained in:
@@ -366,17 +366,17 @@ class HtmlPrettify < String
|
||||
|
||||
def default_entities
|
||||
{
|
||||
single_left_quote: "‘",
|
||||
double_left_quote: "“",
|
||||
single_right_quote: "’",
|
||||
double_right_quote: "”",
|
||||
em_dash: "—",
|
||||
en_dash: "–",
|
||||
ellipsis: "…",
|
||||
html_quote: """,
|
||||
frac12: "½",
|
||||
frac14: "¼",
|
||||
frac34: "¾",
|
||||
single_left_quote: "‘",
|
||||
double_left_quote: "“",
|
||||
single_right_quote: "’",
|
||||
double_right_quote: "”",
|
||||
em_dash: "—",
|
||||
en_dash: "–",
|
||||
ellipsis: "…",
|
||||
html_quote: """,
|
||||
frac12: "½",
|
||||
frac14: "¼",
|
||||
frac34: "¾",
|
||||
}
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user