better labels
This commit is contained in:
parent
7236e45bbc
commit
1a8bd157b6
2 changed files with 6 additions and 5 deletions
|
|
@ -323,7 +323,7 @@ html_out(Rune *r, int n, long *x)
|
|||
else if((s = findbyrune(*r)) != nil)
|
||||
Bprint(&b, "&%s;", s);
|
||||
else
|
||||
Bprint(&b, "&#x%04x;", *r);
|
||||
Bprint(&b, "&#%d;", *r);
|
||||
}
|
||||
Bflush(&b);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue