Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7195
wikidiff.cpp.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
•
bzimport
Nov 21 2014, 11:17 PM
2014-11-21 23:17:56 (UTC+0)
Size
643 B
Referenced Files
None
Subscribers
None
wikidiff.cpp.patch
View Options
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> </td><td class=\"diff-context\">" + *linediff[i].from + "</td>"
+ "<td> </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
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6730
Default Alt Text
wikidiff.cpp.patch (643 B)
Attached To
Mode
T27697: Diff: Empty context lines not showing
Attached
Detach File
Event Timeline
Log In to Comment