From 74a1121f210b0f65939eced174ed8f929374fbaa Mon Sep 17 00:00:00 2001 From: anders_k Date: Sun, 10 Dec 2017 15:44:28 +0000 Subject: [PATCH] HTML-entify special characters in example code git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6958 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/System/System.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Contrib/System/System.html b/Contrib/System/System.html index 74a49292..545a2b86 100644 --- a/Contrib/System/System.html +++ b/Contrib/System/System.html @@ -528,16 +528,16 @@ System::Free $0 DetailPrint $1
-System::Call '*0(p, &l.r2, &t2)' ; &l. is not part of the struct
+System::Call '*0(p, &l.r2, &t2)' ; &l. is not part of the struct
 DetailPrint "Struct size=$2" 
 
-System::Call '*(&l4,i,i,i,i,&t128)p.r1' ; Fills dwOSVersionInfoSize with the struct size as a int32
-${If} $1 Z<> 0
+System::Call '*(&l4,i,i,i,i,&t128)p.r1' ; Fills dwOSVersionInfoSize with the struct size as a int32
+${If} $1 Z<> 0
 	System::Call 'kernel32::GetVersionEx(pr1)i.r0'
 	System::Call '*$1(i,i.R1,i.R2,i.R3)'
 	System::Free $1
-	${IfThen} $0 <> 0 ${|} DetailPrint "v$R1.$R2.$R3" ${|}
+	${IfThen} $0 <> 0 ${|} DetailPrint "v$R1.$R2.$R3" ${|}
 ${EndIf}
 
@@ -601,8 +601,8 @@ done:
 System::Free $9
 
-System::Call '*(&t50 "!")p.r2' ; DecimalSep
-System::Call '*(&t50 "`")p.r3' ; ThousandSep
+System::Call '*(&t50 "!")p.r2' ; DecimalSep
+System::Call '*(&t50 "`")p.r3' ; ThousandSep
 System::Call '*(i 2, i 0, i 3, P r2, P r3, i 1)p.r1 ?2'
 System::Call 'kernel32::GetNumberFormat(i 0, i 0, t "1337.666" r4, p r1, t.r5, i ${NSIS_MAX_STRLEN})'
 DetailPrint "Custom formated $4: $5"