aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleteoryx <alyx@aleteoryx.me>2024-11-15 01:06:08 -0500
committerAleteoryx <alyx@aleteoryx.me>2024-11-15 01:06:08 -0500
commit51a150542482a1babb1dab633e0224f99c929f10 (patch)
treec5e94bcc2b6215b5d8ecaa3746d8b6fe6777cb3f
parenta7f5d97c084a8c1cbab189675e51dcccbef04fb7 (diff)
downloadrss_dot_php-51a150542482a1babb1dab633e0224f99c929f10.tar.gz
rss_dot_php-51a150542482a1babb1dab633e0224f99c929f10.tar.bz2
rss_dot_php-51a150542482a1babb1dab633e0224f99c929f10.zip
make the brand comment prettier in devtools
-rw-r--r--rss.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/rss.php b/rss.php
index e91b1ff..dee7576 100644
--- a/rss.php
+++ b/rss.php
@@ -383,7 +383,9 @@ $base = parse_url($_SERVER["REQUEST_URI"], PHP_URL_PATH);
</article>
<?php endforeach; ?>
</main>
- <!-- generated by rss_dot_php <?= VERSION ?>
- https://git.aleteoryx.me/cgit/rss_dot_php -->
+<!--
+ generated by rss_dot_php <?= VERSION ?>
+ <https://git.aleteoryx.me/cgit/rss_dot_php>
+-->
</body>
</html>