File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 61
61
<link rel="stylesheet" href="css/style.css" />
62
62
</head>
63
63
<body>
64
- <h1><?php echo $ name ; ?> </h1>
64
+ <h1><?php echo htmlentities ( $ name) ; ?> </h1>
65
65
<form name="make-subset" method="post" action="?fontfile=<?php echo $ fontfile ; ?> ">
66
66
<label>
67
67
Insert the text from which you want the glyphs in the subsetted font: <br />
You can’t perform that action at this time.
0 commit comments