mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
Fix various warnings in PHP 8.0
This commit is contained in:
parent
664a68fc2a
commit
786dace639
8 changed files with 47 additions and 41 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<form action="{Context::getRequestUri()}" method="get" no-error-return-url="true" style="float:left">
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<input type="text" name="search_keyword" value="{escape($search_keyword, false)}">
|
||||
<input type="text" name="search_keyword" value="{escape($search_keyword ?? '', false)}">
|
||||
<button type="submit" class="btn">{$lang->cmd_search}</button>
|
||||
</form>
|
||||
<ul style="float:right;margin:0;padding:0">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue