Skip to content

Commit 32349f5

Browse files
committed
substitution strings not getting wrapped with <div class="t_string">
1 parent 7a5280c commit 32349f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/LogDumper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ var logDumper = (function($, module) {
379379
}
380380
if (hasSubs) {
381381
glue = '';
382+
args[0] = module.dump(args[0], false, true, false);
382383
} else {
383384
if (args.length == 2 && typeof args[0] == "string") {
384385
glue = ' = ';

0 commit comments

Comments
 (0)