Don't transform url.

This commit is contained in:
Justin Hsu 2016-02-18 23:47:40 -05:00
parent e9c58e4948
commit 93241045b4
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ bibEntryContext = Context $ \key _ item ->
Just val -> case key of
"author" -> return $ StringField $ formatAuthors val
"month" -> return $ StringField $ expandMonth val
"url" -> return $ StringField $ val
_ -> return $ StringField $ latexToHtml val
--------------------------------------------------------------------------------