We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ea8f1 commit 3b2f327Copy full SHA for 3b2f327
app/code/Magento/Swagger/view/frontend/templates/swagger-ui/index.phtml
@@ -24,7 +24,7 @@ $schemaUrl = $block->getSchemaUrl();
24
<div class="swagger-ui-wrap">
25
<a id="logo" href="http://swagger.io">swagger</a>
26
<form id='api_selector'>
27
- <input id="input_baseUrl" type="hidden" value="<?= $block->escapeUrl($schemaUrl) ?>"/>
+ <input id="input_baseUrl" type="hidden" value="<?php echo $block->escapeUrl($schemaUrl) ?>"/>
28
<div class='input'><input placeholder="api_key" id="input_apiKey" name="apiKey" type="text"/></div>
29
<div class='input'><a id="explore" href="#" data-sw-translate>apply</a></div>
30
</form>
0 commit comments