Skip to content

Commit 02823a3

Browse files
committed
fix: removed static namespace change
1 parent 285e0dc commit 02823a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

csp/sync.csp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<server>
107107

108108
if settings.defaultMergeBranch '= "" {
109-
&html<<p>Local changes will be merged with #(settings.defaultMergeBranch)# after receiving the latest changes</p>>
109+
&html<<p>Local changes will be merged with #(..EscapeHTML(settings.defaultMergeBranch))# after receiving the latest changes</p>>
110110
}
111111
</server>
112112

@@ -132,7 +132,6 @@
132132
<script language="cache" method="PerformSync" arguments="syncMsg:%String">
133133
&js<document.getElementById('outputContainer').style.display = 'block'>
134134
&js<document.getElementById('outputHeader').style.display = 'block'>
135-
set $NAMESPACE = "USER"
136135
set buffer = ##class(SourceControl.Git.Util.Buffer).%New()
137136
do buffer.BeginCaptureOutput()
138137

0 commit comments

Comments
 (0)