Skip to content

Commit 96cc1c0

Browse files
committed
fixed issue with table build task when PHP short_open_tag disabled
1 parent 890a558 commit 96cc1c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build_table.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?
1+
<?php
22
$in = file_get_contents('../emoji.json');
33
$catalog = json_decode($in, true);
44

@@ -114,7 +114,7 @@ function emoji_utf8_bytes($cp){
114114
</tr>
115115
<tbody>
116116

117-
<?
117+
<?php
118118
foreach ($catalog as $row){
119119

120120
$url_apple = $row['has_img_apple' ] ? "img-apple-64/{$row['image']}" : '';

0 commit comments

Comments
 (0)