From be0cca5d2c9328abe367d96f39a69a6dd9b569aa Mon Sep 17 00:00:00 2001 From: litemotiv Date: Fri, 24 Jan 2025 14:07:37 +0100 Subject: [PATCH] Remove double quotes from CGI title for sorting --- wiki/source/cgi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/source/cgi.md b/wiki/source/cgi.md index 2f9f8f5..4389b28 100644 --- a/wiki/source/cgi.md +++ b/wiki/source/cgi.md @@ -1,5 +1,5 @@ --- -title: "CGI: Making web applications like it's 90s" +title: CGI: Making web applications like it's 90s category: tutorials author: xwindows ---