From 8670ddd9e0d642afb413fd3da4f876b823e7206d Mon Sep 17 00:00:00 2001 From: John Haugabook Date: Mon, 9 Feb 2026 21:16:04 -0500 Subject: [PATCH] Apply suggestions from code review --- skills/create-web-form/SKILL.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/skills/create-web-form/SKILL.md b/skills/create-web-form/SKILL.md index 62017f83..7f661364 100644 --- a/skills/create-web-form/SKILL.md +++ b/skills/create-web-form/SKILL.md @@ -41,7 +41,6 @@ This skill includes the following reference documentation: - `aria-form-role.md` - ARIA roles for accessible forms - `html-form-elements.md` - Complete HTML form elements reference - `html-form-example.md` - Practical HTML form examples -- `html-reference.md` - General HTML reference ### Server-Side Processing - `form-data-handling.md` - Network form data handling @@ -49,7 +48,6 @@ This skill includes the following reference documentation: - `php-cookies.md` - Cookie management in PHP - `php-json.md` - JSON handling in PHP - `php-mysql-database.md` - Database integration with PHP -- `php-reference.md` - PHP language reference - `python-contact-form.md` - Python contact form implementation - `python-flask.md` - Flask forms tutorial - `python-flask-app.md` - Building Flask web applications