Page MenuHomePhabricator

wikidiff.cpp.patch

Authored By
bzimport
Nov 21 2014, 11:17 PM
Size
643 B
Referenced Files
None
Subscribers
None

wikidiff.cpp.patch

Index: wikidiff.cpp
===================================================================
--- wikidiff.cpp (revision 91546)
+++ wikidiff.cpp (working copy)
@@ -89,8 +89,8 @@
ctx = num_lines_context;
}
- ret += "<tr><td> </td><td class=\"diff-context\">" + *linediff[i].from + "</td>"
- "<td> </td><td class=\"diff-context\">" + *linediff[i].to + "</td></tr>";
+ ret += "<tr><td>&nbsp;</td><td class=\"diff-context\">" + *linediff[i].from + "</td>"
+ "<td>&nbsp;</td><td class=\"diff-context\">" + *linediff[i].to + "</td></tr>";
break;
case rep:
// replace, ie. we do a word diff between the two lines

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6730
Default Alt Text
wikidiff.cpp.patch (643 B)

Event Timeline