Home
last modified time | relevance | path

Searched hist:"7 dfce4513e19c578c35ec2af447e40e57a26cc97" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/Form/
H A DButtonElement.php7dfce4513e19c578c35ec2af447e40e57a26cc97 Sun Apr 15 13:45:56 UTC 2018 Anika Henke <anika@selfthinker.org> Fix buttons with invalid empty name attributes

The search buttons from the search form on the top of the page
as well as the search page both produce invalid HTML
due to the name attribute being empty.
As the name is required for each of the PHP functions
producing the buttons and is passed as an empty string,
this makes sure that parameters with empty strings get skipped.