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 8c6170e commit bb1f0a6Copy full SHA for bb1f0a6
WinHttp.au3
@@ -2110,7 +2110,7 @@ EndFunc
2110
Func __WinHttpHTML5Form($sHTML, $sId, $iFormErr, ByRef $aInput)
2111
If $sId Then
2112
If $iFormErr Then Dim $aInput[1]
2113
- $aInputHTML5 = StringRegExp($sHTML, "(?si)<\h*(?:input|textarea|label|fieldset|legend|select|optgroup|option|button)\h*(.*?)/*\h*>", 3)
+ Local $aInputHTML5 = StringRegExp($sHTML, "(?si)<\h*(?:input|textarea|label|fieldset|legend|select|optgroup|option|button)\h*(.*?)/*\h*>", 3)
2114
If Not @error Then
2115
For $sElem In $aInputHTML5
2116
If __WinHttpAttribVal($sElem, "form") = $sId Then
0 commit comments