Skip to content

Commit 7499b34

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 3a19c35 + 92d732d commit 7499b34

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

bower.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "php-font-lib",
3+
"version": "0.3.1",
4+
"license": "LGPL-3.0",
5+
"keywords": [
6+
"font",
7+
"parse",
8+
"export",
9+
"truetype",
10+
"opentype",
11+
"woff"
12+
],
13+
"homepage": "https://github.com/PhenX/php-font-lib",
14+
"_release": "0.3.1",
15+
"_resolution": {
16+
"type": "version",
17+
"tag": "v0.3.1",
18+
"commit": "d13682b7e27d14a6323c441426f3dde1cd86c751"
19+
},
20+
"_source": "https://github.com/PhenX/php-font-lib.git",
21+
"_target": "*",
22+
"_originalSource": "https://github.com/PhenX/php-font-lib.git"
23+
}

www/make_subset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<link rel="stylesheet" href="css/style.css" />
6262
</head>
6363
<body>
64-
<h1><?php echo $name; ?></h1>
64+
<h1><?php echo htmlentities($name); ?></h1>
6565
<form name="make-subset" method="post" action="?fontfile=<?php echo $fontfile; ?>">
6666
<label>
6767
Insert the text from which you want the glyphs in the subsetted font: <br />

0 commit comments

Comments
 (0)