Changed form creation
This commit is contained in:
@@ -187,7 +187,7 @@ class Renderer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected function renderForm(): string {
|
protected function renderForm(): string {
|
||||||
$form = '<form method="post" action="' . $this->getUrl() . '" enctype="' . $this->encType . '"><table class="form">';
|
$form = '<form method="post" action="' . str_replace('.php', '', $this->getUrl()) . '" enctype="' . $this->encType . '"><table class="form">';
|
||||||
$label = '';
|
$label = '';
|
||||||
$input = '';
|
$input = '';
|
||||||
$error = '';
|
$error = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user