Opens unicode.org in new tab
This commit is contained in:
parent
fadecc609a
commit
865c033bb6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
$u8 = "U+" . strtoupper($u8);
|
||||
$_js = 'this.closest("form").submit();return false;';
|
||||
|
||||
$div = '<form class="char" action="https://www.unicode.org/cgi-bin/Code2Chart" method="post">';
|
||||
$div = '<form class="char" action="https://www.unicode.org/cgi-bin/Code2Chart" method="post" target="_blank">';
|
||||
$div .= "<input type='hidden' name='HexCode' value='$u8'/>";
|
||||
$div .= "<span>$char</span>";
|
||||
$div .= htmlentities($u8);
|
||||
|
|
Loading…
Reference in a new issue