TYPO3 Flow Base DistributionPackagesApplications

Bug #264

MainLayout.html not XHTML conform

Added by Malte Jansen over 7 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2008-02-13
Priority:Must have Due date:
Assigned To:- % Done:

100%

Category:-
Target version:-

Description

<form action="testing/new/run" id="packageselectorbox" method="POST">

method="POST" must be lower case: method="post"

Associated revisions

Revision 523b2ec9
Added by Robert Lemke over 7 years ago

  • FLOW3: Fixed whitespaces and inline comments where I came across
  • FLOW3: (MVC) Added two new exceptions: NoSuchController and InvalidController (for Dispatcher)
  • FLOW3: (MVC) Added an initial implementation of a router for web requests. Tests are still in the Web Request Builder test case but will be refactored soon.
  • TYPO3: A bit of cleanup and reviving of the Page controller
  • Testing: Changed "POST" to "post" in MainLayout.html. That fixes #264, but in general it's too early to look at errors of this kind because the new Testrunner will still change a lot.

Also available in: Atom PDF