From: Benjamin Mako Hill Date: Mon, 29 May 2023 18:21:54 +0000 (-0700) Subject: Merge branch 'extended-cookie' X-Git-Url: https://projects.mako.cc/source/scuttle/commitdiff_plain/refs/heads/master?hp=c4edbe4238f4c8a0fa5e1af1cd0a3553c6bde708 Merge branch 'extended-cookie' --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d4332f3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +config.inc.php +cache/ +*~ diff --git a/api/posts_all.php b/api/posts_all.php index 747741a..9abf181 100644 --- a/api/posts_all.php +++ b/api/posts_all.php @@ -52,7 +52,7 @@ foreach($bookmarks['bookmarks'] as $row) { $shared = "yes"; } - echo "\t\r\n"; + echo "\t\r\n"; } echo '';