Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
PhenX committed May 6, 2015
2 parents 3a19c35 + 92d732d commit 7499b34
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "php-font-lib",
"version": "0.3.1",
"license": "LGPL-3.0",
"keywords": [
"font",
"parse",
"export",
"truetype",
"opentype",
"woff"
],
"homepage": "https://github.com/PhenX/php-font-lib",
"_release": "0.3.1",
"_resolution": {
"type": "version",
"tag": "v0.3.1",
"commit": "d13682b7e27d14a6323c441426f3dde1cd86c751"
},
"_source": "https://github.com/PhenX/php-font-lib.git",
"_target": "*",
"_originalSource": "https://github.com/PhenX/php-font-lib.git"
}
2 changes: 1 addition & 1 deletion www/make_subset.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<h1><?php echo $name; ?></h1>
<h1><?php echo htmlentities($name); ?></h1>
<form name="make-subset" method="post" action="?fontfile=<?php echo $fontfile; ?>">
<label>
Insert the text from which you want the glyphs in the subsetted font: <br />
Expand Down

0 comments on commit 7499b34

Please sign in to comment.