Browse Source

Fix incorrect quotation marks (#930)

freezingDaniel 3 năm trước cách đây
mục cha
commit
0876513c46
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      samples/complete.xml

+ 2 - 2
samples/complete.xml

@@ -260,8 +260,8 @@ SECTION: Environment setup
 
   An example for unsecure Basic authentication because the connection is not encrypted:
   <download from="http://example.com/some.dat" to="%BASE%\some.dat"
-            auth="basic" unsecureAuth=“true”
-            username="aUser" password=aPassw0rd" />
+            auth="basic" unsecureAuth="true"
+            username="aUser" password="aPassw0rd" />
 
   Secure Basic authentication via HTTPS:
   <download from="https://example.com/some.dat" to="%BASE%\some.dat"