thread killing seems most likely option for default

This commit is contained in:
Ted Unangst 2019-06-03 03:52:55 -04:00
parent ed0c28b6a2
commit 4cc83efe63
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ convoy: <a href="/t?c={{ .Convoy }}">{{ .Convoy }}</a>
<select name="wherefore"> <select name="wherefore">
<option>this honk</option> <option>this honk</option>
<option>this honker</option> <option>this honker</option>
<option>this convoy</option> <option selected>this convoy</option>
</select> </select>
</form> </form>
</div> </div>