We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378df0a commit d13682bCopy full SHA for d13682b
www/make_subset.php
@@ -61,7 +61,7 @@
61
<link rel="stylesheet" href="css/style.css" />
62
</head>
63
<body>
64
- <h1><?php echo $name; ?></h1>
+ <h1><?php echo htmlentities($name); ?></h1>
65
<form name="make-subset" method="post" action="?fontfile=<?php echo $fontfile; ?>">
66
<label>
67
Insert the text from which you want the glyphs in the subsetted font: <br />
0 commit comments