diff options
author | Freya Murphy <freya@freyacat.org> | 2024-06-08 00:07:38 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-06-08 00:07:38 -0400 |
commit | 98ee37176f77c2a51eb08d4626c6f00389b9a739 (patch) | |
tree | 0491921fef27b8c9d7d91251805a67929333ef26 /src/web/_views | |
parent | masto-gone (diff) | |
download | website-98ee37176f77c2a51eb08d4626c6f00389b9a739.tar.gz website-98ee37176f77c2a51eb08d4626c6f00389b9a739.tar.bz2 website-98ee37176f77c2a51eb08d4626c6f00389b9a739.zip |
fix the
Diffstat (limited to 'src/web/_views')
-rw-r--r-- | src/web/_views/apps/bucket.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/_views/apps/bucket.php b/src/web/_views/apps/bucket.php index 58925f1..72c349b 100644 --- a/src/web/_views/apps/bucket.php +++ b/src/web/_views/apps/bucket.php @@ -8,6 +8,7 @@ echo $this->main->link_css('css/bucket.css'); } ?> + <base target="_parent" /> </head> <body> <div id="webring"> |