1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-30 11:30:11 +02:00

refactor: less reliance on super globals (#4228)

This commit is contained in:
Dag
2024-08-22 00:33:35 +02:00
committed by GitHub
parent 4a3919c1a3
commit 05e2c350b7
6 changed files with 23 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="RSS-Bridge" />
<title><?= e($_title ?? 'RSS-Bridge') ?></title>
<title>RSS-Bridge</title>
<link href="static/style.css?2023-03-24" rel="stylesheet">
<link rel="icon" type="image/png" href="static/favicon.png">

View File

@@ -30,7 +30,7 @@
</h1>
<div class="buttons">
<a href="./#bridge-<?= $_GET['bridge'] ?>">
<a href="./#bridge-<?= e($bridge_name) ?>">
<button class="backbutton">← back to rss-bridge</button>
</a>