Took out the 'doesn't work yet' comment, because it now does!

This commit is contained in:
simon 2016-08-20 22:13:20 +01:00
parent 51d2fc1ca8
commit 3dfed26891

View file

@ -47,7 +47,6 @@
(defn diff2html (defn diff2html
"Convert this string, assumed to be in diff format, to HTML." "Convert this string, assumed to be in diff format, to HTML."
[^String diff-text] [^String diff-text]
;; TODO doesn't work yet
(apply str (apply str
(flatten (flatten
(list "<div class='change'>" (list "<div class='change'>"