Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forgot to close a quote.
  • Loading branch information
Raynes committed Feb 20, 2013
1 parent 9037f7a commit 55dffdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/refheap/views/paste.clj
Expand Up @@ -70,7 +70,7 @@
(l/unescaped
(str " from "
(if-let [paste (:paste-id (paste/get-paste-by-id fork))]
(str "<a href=\"/paste/" paste ">" paste "</a>")
(str "<a href=\"/paste/" paste "\">" paste "</a>")
"[deleted]"))))
" on "
(date-string date)])
Expand Down

0 comments on commit 55dffdc

Please sign in to comment.