Skip to content

Commit

Permalink
Code is fucked up without <pre>
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric de Villamil committed Jan 2, 2009
1 parent 61e51cb commit d9fc4ae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ def self.macrofilter(blog, content, attrib, params, text="")
titlecode=''
end

"<div class=\"CodeRay\">#{titlecode}#{text}</div>"
"<div class=\"CodeRay\"><pre>#{titlecode}#{text}</pre></div>"
end
end
end
Expand Down

0 comments on commit d9fc4ae

Please sign in to comment.