Skip to content

Commit 90980cc

Browse files
author
Jon Daley
committed
need to escape % inside a printf statement. lvc#57
1 parent 0be34c3 commit 90980cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Internals/Tools/rfcdiff-1.41-CUSTOM.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ function header(file1, file2) {
317317
" <title>Diff: %s - %s</title> \n" \
318318
" <style type=\"text/css\"> \n" \
319319
" body { font-family: Arial, sans-serif; font-size:16px; margin: 0.4ex; margin-right: auto; } \n" \
320-
" table { width: 100%; } \n" \
320+
" table { width: 100%%; } \n" \
321321
" tr { } \n" \
322322
" td { white-space: pre; font-family: Consolas, \"DejaVu Sans Mono\", \"Droid Sans Mono\", Monaco, Monospace; vertical-align: top; font-size: 0.86em;} \n" \
323323
" th { font-size: 0.86em; } \n" \

0 commit comments

Comments
 (0)