Skip to content

Commit

Permalink
code should be pre
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Apr 1, 2014
1 parent c480390 commit 0a706bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/to-html.r
Expand Up @@ -195,7 +195,7 @@ to_html.deqn <- function(x, ...) {
stopifnot(length(x) <= 2)
ascii_rep <- x[[length(x)]]

str_c("<pre class = 'eq'>", to_html.TEXT(ascii_rep, ...), "</code>")
str_c("<pre class = 'eq'>", to_html.TEXT(ascii_rep, ...), "</pre>")
}

# Links ----------------------------------------------------------------------
Expand Down

0 comments on commit 0a706bb

Please sign in to comment.