This commit is contained in:
Kasper Rynning-Tønnesen
2015-01-31 13:54:38 +01:00
parent 409e988c65
commit 398f0393fe

View File

@@ -46,7 +46,7 @@ foreach($dir as $files){
<div id="change" class="small"> <div id="change" class="small">
<div class="bigchan nomargin">Zöff</div> <div class="bigchan nomargin">Zöff</div>
<form name="ufo" action="" class="daform nomargin" id="base" method="get" onsubmit="null;" > <form name="ufo" action="" class="daform nomargin" id="base" method="get" onsubmit="null;" >
<input list="searches" id="search" name="chan" type="text" class="search_input innbox" spellcheck="false" maxlength="15" placeholder="Type Channel Name" autofocus/> <input title="Type channel name here to create or listen to a channel" list="searches" id="search" name="chan" type="text" class="search_input innbox" spellcheck="false" maxlength="15" placeholder="Type Channel Name" autofocus/>
<datalist id="searches"> <datalist id="searches">
<?php foreach($all_channels as $channel){echo "<option value='".htmlspecialchars(urldecode($channel))."'> ";} ?> <?php foreach($all_channels as $channel){echo "<option value='".htmlspecialchars(urldecode($channel))."'> ";} ?>
</datalist> </datalist>