Skip to content

Commit b075665

Browse files
author
Ivan Gavryshko
committed
MAGETWO-44399: Base URL not validated in Setup Wizard
- fixed
1 parent 0be91a5 commit b075665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/view/magento/setup/web-configuration.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $hints = [
6161
<input
6262
id="baseUrl"
6363
class="form-el-input"
64-
type="text"
64+
type="url"
6565
name="base_url"
6666
ng-model="config.address.base_url"
6767
ng-class="{'invalid': webconfig.base_url.$invalid && webconfig.submitted}"

0 commit comments

Comments
 (0)