Skip to content

Commit

Permalink
fix double linkification
Browse files Browse the repository at this point in the history
  • Loading branch information
sr committed Oct 3, 2008
1 parent 7261503 commit 713d1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-wiki.rb
Expand Up @@ -15,7 +15,7 @@

class String
def to_html
BlueCloth.new(self).to_html.linkify
BlueCloth.new(self).to_html
end

def linkify
Expand Down

0 comments on commit 713d1d7

Please sign in to comment.