canax/htmlform

View on GitHub
htdocs/incl/renderPage.php

Summary

Maintainability
A
0 mins
Test Coverage
<!doctype html>
<meta charset=utf8>
<title><?= $title ?></title>
<h1><?= $title ?></h1>
<?= $form->getHTML() ?>