pub / yt2html

Fetches Youtube content via RSS and provides a chronological timeline
git clone https://src.jayvii.de/pub/yt2html.git
Home | Log | Files | Exports | Refs | README | RSS

commit 9db68a1924a4c5ba672d82cc3ff002e9772e6e12
parent 4d65bd3efa3f9703383651c3e1afbd3f00fb5680
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat,  8 Feb 2025 17:29:08 +0100

fix: add submit button below import line

Diffstat:
Mindex.php | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/index.php b/index.php @@ -233,6 +233,7 @@ type="text" value="<?php echo implode("," . PHP_EOL, $channels); ?>" > + <input type="submit" value="Save &amp; Reload"> </details> <div id="channels_list"> <?php @@ -272,7 +273,7 @@ > </div> <!-- Submit Button --> - <input type="submit" value="Submit &amp; Reload"> + <input type="submit" value="Save &amp; Reload"> </form> </details>