Fix typo
This commit is contained in:
parent
9a7f8bac53
commit
21629ff8a6
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ module Repubmark
|
|||
# Basic methods #
|
||||
#################
|
||||
|
||||
def to_summary_plain = "«#@str»".freeze
|
||||
def to_summary_plain = "«#{@str}»".freeze
|
||||
|
||||
def to_html = "<code>#{CGI.escape_html(@str)}</code>".freeze
|
||||
|
||||
def to_gemtext = "«#@str»".freeze
|
||||
def to_gemtext = "«#{@str}»".freeze
|
||||
|
||||
private
|
||||
|
||||
|
|
Loading…
Reference in a new issue