File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/Swagger/view/frontend/templates/swagger-ui Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ *
3
6
* swagger-ui - Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS
4
7
* assets that dynamically generate beautiful documentation from a Swagger-compliant API
5
8
*
@@ -21,7 +24,7 @@ $schemaUrl = $block->getSchemaUrl();
21
24
<div class="swagger-ui-wrap">
22
25
<a id="logo" href="http://swagger.io">swagger</a>
23
26
<form id='api_selector'>
24
- <input id="input_baseUrl" type="hidden" value="<?= /* @escapeNotVerified */ $ schemaUrl ?> "/>
27
+ <input id="input_baseUrl" type="hidden" value="<?php /* @escapeNotVerified */ echo $ schemaUrl ?> "/>
25
28
<div class='input'><input placeholder="api_key" id="input_apiKey" name="apiKey" type="text"/></div>
26
29
<div class='input'><a id="explore" href="#" data-sw-translate>apply</a></div>
27
30
</form>
You can’t perform that action at this time.
0 commit comments