In custom query Javascript, use directly the given label to form the HTML for the label, as it's already properly HTML-escaped.
Using `text()` results in double escaping.
Fixes #4382.
Authored by: cboos 2009-09-25
Parent: [r8629]
Child: [r8631]