Skip to content
Snippets Groups Projects
Commit f2b72ffc authored by Carsten  Rose's avatar Carsten Rose
Browse files

buildFormPlain.php, BuildForm.php: fix problem in unit test with new array member 'class'

parent 659f9798
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ class BuildFormPlain extends AbstractBuildForm {
$this->wrap[WRAP_SETUP_TITLE][WRAP_SETUP_START] = '<h3>';
$this->wrap[WRAP_SETUP_TITLE][WRAP_SETUP_END] = '</h3>';
$this->wrap[WRAP_SETUP_ELEMENT][WRAP_SETUP_CLASS] = '';
$this->wrap[WRAP_SETUP_ELEMENT][WRAP_SETUP_START] = '<p>';
$this->wrap[WRAP_SETUP_ELEMENT][WRAP_SETUP_END] = '</p>';
......
......@@ -26,6 +26,7 @@ class BuildFormTable extends AbstractBuildForm {
$this->wrap[WRAP_SETUP_TITLE][WRAP_SETUP_START] = '<h3>';
$this->wrap[WRAP_SETUP_TITLE][WRAP_SETUP_END] = '</h3>';
$this->wrap[WRAP_SETUP_ELEMENT][WRAP_SETUP_CLASS] = '';
$this->wrap[WRAP_SETUP_ELEMENT][WRAP_SETUP_START] = '<tr>';
$this->wrap[WRAP_SETUP_ELEMENT][WRAP_SETUP_END] = '</tr>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment