mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-13 02:05:07 +00:00
Took out the 'doesn't work yet' comment, because it now does!
This commit is contained in:
parent
51d2fc1ca8
commit
3dfed26891
1 changed files with 0 additions and 1 deletions
|
|
@ -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'>"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue