From 62b30fdb87fb269a39aa1732ed11a5efe05f3d7b Mon Sep 17 00:00:00 2001 From: Greg Holland Date: Tue, 8 Jan 2013 16:38:52 -0800 Subject: [PATCH] Fix spacing & indentation --- Formatter/HtmlFormatter.php | 2 +- Resources/views/method.html.twig | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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 @@ Headers {% if acceptType %} -

- - = - - -

+

+ + = + - +

{% endif %}