pub / rememori

Simple file-based bookmarking and notes application
git clone https://src.jayvii.de/pub/rememori.git
Home | Log | Files | Exports | Refs | README | RSS

commit 1ef8d1fa90f3bb44bfd5abdc526758baeb05c2cc
parent f8c07a943928414189e31ff16c427bc76609a898
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 26 Oct 2024 19:35:20 +0200

feat: use correct function

Diffstat:
Mapi/rss.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/rss.php b/api/rss.php @@ -44,7 +44,7 @@ usort($notes, "sort_by_time"); /* construct RSS URL */ - $my_url = htmlspecialcharacters( + $my_url = htmlspecialchars( "https://" . $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"] );