Skip to content

Commit bb1f0a6

Browse files
committed
Added: Var declaration regarding rev.220
1 parent 8c6170e commit bb1f0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WinHttp.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2110,7 +2110,7 @@ EndFunc
21102110
Func __WinHttpHTML5Form($sHTML, $sId, $iFormErr, ByRef $aInput)
21112111
If $sId Then
21122112
If $iFormErr Then Dim $aInput[1]
2113-
$aInputHTML5 = StringRegExp($sHTML, "(?si)<\h*(?:input|textarea|label|fieldset|legend|select|optgroup|option|button)\h*(.*?)/*\h*>", 3)
2113+
Local $aInputHTML5 = StringRegExp($sHTML, "(?si)<\h*(?:input|textarea|label|fieldset|legend|select|optgroup|option|button)\h*(.*?)/*\h*>", 3)
21142114
If Not @error Then
21152115
For $sElem In $aInputHTML5
21162116
If __WinHttpAttribVal($sElem, "form") = $sId Then

0 commit comments

Comments
 (0)