Skip to content

Commit 3c0471a

Browse files
committed
Correct CRLF sequense
1 parent d8979cd commit 3c0471a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

export/WebTerminal/Installer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ This method is invoked when a class is 'uncompiled'.</Description>
134134
set ns = $NAMESPACE // has to be package home namespace!
135135
if ($get(^WebTerminal("HomeNamespace")) = "") {
136136
set msg = "Terminal home namespace is not defined! Uninstalling will be skipped."
137-
set msg = msg _ $C(10,12) _ "Set ^WebTerminal(""HomeNamespace"") global equal to home namespace"
137+
set msg = msg _ $Char(13,10) _ "Set ^WebTerminal(""HomeNamespace"") global equal to home namespace"
138138
quit $$$ERROR($$$GeneralError, msg)
139139
} else {
140140
set ns = ^WebTerminal("HomeNamespace")

0 commit comments

Comments
 (0)