aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/skdiff_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/skdiff_main.cpp b/tools/skdiff_main.cpp
index cf83be8bf0..aa31ec94e8 100644
--- a/tools/skdiff_main.cpp
+++ b/tools/skdiff_main.cpp
@@ -1164,7 +1164,7 @@ static void print_diff_page (const int matchCount,
"var fileMultiLineString = '';\n"
"for (var i = 0; i < boxes.length; i++) {\n"
"fileMultiLineString += boxes[i].name + '<br>';\n"
- "fileCmdLineString += boxes[i].name + '&nbsp;';\n"
+ "fileCmdLineString += boxes[i].name + '&nbsp;';\n"
"}\n"
"$(\"#checkedList\").html(fileCmdLineString + "
"'<br><br>' + fileMultiLineString);\n"