Fix tests for PHP8...?
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
Details
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
Details
parent
9d82154b2f
commit
dee4a2dad5
@ -1 +1 @@
|
||||
<input id="whose_list" type="text" name="whose_list" value="" />
|
||||
<input id="whose_list" type="text" name="whose_list" value="Somebody" />
|
||||
|
@ -1,5 +1,5 @@
|
||||
<select id="theme" name="theme">
|
||||
<option value="auto">Automatically match OS theme</option>
|
||||
<option value="auto" selected>Automatically match OS theme</option>
|
||||
<option value="light">Original Light Theme</option>
|
||||
<option value="dark">Dark Theme</option>
|
||||
</select>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<select id="type" name="type">
|
||||
<option value="mysql">MySQL</option>
|
||||
<option value="pgsql">PostgreSQL</option>
|
||||
<option value="sqlite">SQLite</option>
|
||||
<option value="sqlite" selected>SQLite</option>
|
||||
</select>
|
||||
|
@ -1 +1 @@
|
||||
<input id="file" type="text" name="file" value="" />
|
||||
<input id="file" type="text" name="file" value="anime_collection.sqlite" />
|
||||
|
@ -1 +1 @@
|
||||
<input id="access_token_expires" type="text" name="access_token_expires" readonly value="" />
|
||||
<input id="access_token_expires" type="text" name="access_token_expires" readonly value="0" />
|
||||
|
Loading…
Reference in New Issue