mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:08:38 +01:00
use value instead lol
This commit is contained in:
parent
6822e5fc1e
commit
24c51c85a3
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ color:#ea9999 !important;
|
|||
<div class="search" style="margin-right: 5em;">
|
||||
|
||||
<form action="/search">
|
||||
<input class="search-bar" autocomplete="on" id="fname" name="query" placeholder="channel:<%=ID%>" style="color:#fff;font-family:Inter,sans-serif;border-radius: 8px;" data-ddg-inputtype="identities.firstName">
|
||||
<input class="search-bar" autocomplete="on" id="fname" name="query" value="channel:<%=ID%>" style="color:#fff;font-family:Inter,sans-serif;border-radius: 8px;" data-ddg-inputtype="identities.firstName">
|
||||
|
||||
|
||||
<button class="btn btn-success" type="submit"><i class="fa-light fa-search"></i></button>
|
||||
|
|
Loading…
Reference in a new issue