Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Form::open and Form::close pt6 #16246

Merged
merged 7 commits into from
Feb 18, 2025

Conversation

marcusmoore
Copy link
Collaborator

Copy link

what-the-diff bot commented Feb 12, 2025

PR Summary

  • Standardization of Form Syntax in Various Blade Files
    The form opening tags in ldap.blade.php, localization.blade.php, purge-form.blade.php, and saml.blade.php are now updated to the standard HTML form syntax for better compatibility across browsers and devices. The necessary form actions and attributes are also explicitly defined.

  • Refinement of Form Closing Syntax
    In security.blade.php, forms are now being closed more consistently using the standard HTML syntax. This improvement enhances usability and form submission process.

  • Code Cleanup in View and Index Blade Files
    In view.blade.php and index.blade.php any unnecessary form closing tags have been removed as part of an effort to clean and streamline the code. This simplifies the file structure and potentially improves loading speed.

@snipe snipe merged commit 612a708 into snipe:develop Feb 18, 2025
9 checks passed
@marcusmoore marcusmoore deleted the chore/migrate-form-open-pt6 branch February 18, 2025 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants