Skip to content
Snippets Groups Projects
Commit 275b2979 authored by corncobman21's avatar corncobman21
Browse files

Add missing > for widget

Simplify namereplace code
parent d2c830d6
No related branches found
No related tags found
No related merge requests found
......@@ -17514,8 +17514,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
<<EventNameDelink $activeSlave>>
<<replace "#result">>
<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
<<set _desc = $desc>>
<<set _desc = nameReplace(_desc)>>
<<set _desc = $desc, _desc = nameReplace(_desc)>>
<<else>>
<<set _desc = $desc>>
<</if>>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment