Fix spacing & indentation

This commit is contained in:
Greg Holland 2013-01-08 16:38:52 -08:00
parent fef40329a4
commit 62b30fdb87
2 changed files with 6 additions and 6 deletions

View File

@ -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'),

View File

@ -203,11 +203,11 @@
<legend>Headers</legend>
{% if acceptType %}
<p class="tuple">
<input type="text" class="key" value="Accept" />
<span>=</span>
<input type="text" class="value" value="{{ acceptType }}" /> <span class="remove">-</span>
</p>
<p class="tuple">
<input type="text" class="key" value="Accept" />
<span>=</span>
<input type="text" class="value" value="{{ acceptType }}" /> <span class="remove">-</span>
</p>
{% endif %}
<p class="tuple">