diff --git a/Formatter/HtmlFormatter.php b/Formatter/HtmlFormatter.php index 0e17f7f..9d5449f 100644 --- a/Formatter/HtmlFormatter.php +++ b/Formatter/HtmlFormatter.php @@ -157,7 +157,7 @@ class HtmlFormatter extends AbstractFormatter 'endpoint' => $this->endpoint, 'enableSandbox' => $this->enableSandbox, 'requestFormatMethod' => $this->requestFormatMethod, - 'acceptType' => $this->acceptType, + 'acceptType' => $this->acceptType, 'defaultRequestFormat' => $this->defaultRequestFormat, 'date' => date(DATE_RFC822), 'css' => file_get_contents(__DIR__ . '/../Resources/public/css/screen.css'), diff --git a/Resources/views/method.html.twig b/Resources/views/method.html.twig index f5263b5..264d13c 100644 --- a/Resources/views/method.html.twig +++ b/Resources/views/method.html.twig @@ -203,11 +203,11 @@ {% if acceptType %} -
- - = - - -
++ + = + - +
{% endif %}