Closed suve closed 6 years ago
This changeset makes the program escape HTML special characters (<&">) when printing the document <title>. Previously it was possible to break the document subtly by doing e.g. aha --title 'ha</title>HA HA'.
<&">
<title>
aha --title 'ha</title>HA HA'
Thanks, looks very good to me! I like your solution.
This changeset makes the program escape HTML special characters (
<&">
) when printing the document<title>
. Previously it was possible to break the document subtly by doing e.g.aha --title 'ha</title>HA HA'
.