Skip to content

Commit 56293b0

Browse files
committed
[css2] Fixed missing brackets bug
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40396
1 parent 46fcb2c commit 56293b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css2/html2psrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
original: 1; /* use original PostScript images */
1111
}
1212
xref {
13-
text: [p.$N]; /* avoid line breaks before page no. */
13+
text: "[p.$N]"; /* avoid line breaks before page no. */
1414
passes: 2;
1515
}
1616
header {

0 commit comments

Comments
 (0)