tfix font-size (Michael Teichgräber) - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 495eda0bbd4066543e339e3a0bb33d4b55e4a8f8
DIR parent 53af1186ca6d4e0560837ed19535ca38a6069201
HTML Author: rsc <devnull@localhost>
Date: Tue, 9 May 2006 13:20:48 +0000
fix font-size (Michael Teichgräber)
Diffstat:
M src/cmd/htmlroff/html.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/cmd/htmlroff/html.c b/src/cmd/htmlroff/html.c
t@@ -260,7 +260,7 @@ r_html(Rune *name)
char defaultfont[] =
".ihtml f1\n"
".ihtml f\n"
- ".ihtml f <span style=\"font-size=\\n(.spt\">\n"
+ ".ihtml f <span style=\"font-size: \\n(.spt\">\n"
".if \\n(.f==2 .ihtml f1 <i>\n"
".if \\n(.f==3 .ihtml f1 <b>\n"
".if \\n(.f==4 .ihtml f1 <b><i>\n"