stick to ascii

This commit is contained in:
ville rantanen
2017-06-02 16:41:45 +03:00
parent 3e83441c59
commit 47bebd0aae

View File

@@ -218,8 +218,7 @@ var config = {
</head> </head>
<body onload="read_links()"> <body onload="read_links()">
<div id="search"><input type="text" oninput="filter(event)" onkeypress="filter(event)" onblur="no_filter()" id="filter" title="Filter links by name"> <div id="search"><input type="text" oninput="filter(event)" onkeypress="filter(event)" onblur="no_filter()" id="filter" title="Filter links by name">
<span class=tickbox>&#10697;<input type=checkbox id=open_blank title="Open links in new window" onclick="toggle_blank()" tabindex=-1> <span class=tickbox>^<input type=checkbox id=open_blank title="Open links in new window" onclick="toggle_blank()" tabindex=-1></span>
</span>
</div> </div>
<div id="main"></div> <div id="main"></div>
</body> </body>