From 02bad479a207578738bcac1dff7ac686f0a89a5c Mon Sep 17 00:00:00 2001 From: swaggboi Date: Mon, 13 Nov 2023 21:55:48 -0500 Subject: [PATCH] HTML validator says this should be unquoted; new TODOs --- README.md | 5 ++++- templates/header.mustache | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 273ba64..9af6338 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,7 @@ A "useful" tool for turning hyperlinks into redirects in the name of shortening ## TODO -1. Validate submitted URLs +1. Charset should be `utf-8` not `utf8` +1. Verify status of meta-refresh; should it be 200 or 3xx? +1. Tests +1. Test UTF-8 chars in return-url diff --git a/templates/header.mustache b/templates/header.mustache index e0895b1..65a5994 100644 --- a/templates/header.mustache +++ b/templates/header.mustache @@ -3,7 +3,7 @@ {{title}} {{#redirect-url}} - + {{/redirect-url}}