1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00

fix: input validation of url attributes

This commit is contained in:
Torsten Dittmann 2021-12-15 12:35:41 +01:00
parent 8a890a05e5
commit 282cb75afd

View file

@ -1074,7 +1074,7 @@ $logs = $this->getParam('logs', null);
</div>
<label for="string-default">Default Value</label>
<input id="string-default" name="xdefault" type="url" pattern="https://.*" title="Valid URL address" class="margin-bottom-large" autocomplete="off">
<input id="string-default" name="xdefault" type="url" title="Valid URL address" class="margin-bottom-large" autocomplete="off">
<footer>
<button type="submit">Create</button> &nbsp; <button data-ui-modal-close="" type="button" class="reverse">Cancel</button>