Mercurial > cgi-bin > hgweb.cgi > ImagePrep
diff src/name/blackcap/imageprep/HelpDialog.kt @ 1:0bded24f746e
Compiles, still untested.
author | David Barts <n5jrn@me.com> |
---|---|
date | Thu, 16 Jul 2020 21:51:08 -0700 |
parents | e0efe7848130 |
children |
line wrap: on
line diff
--- a/src/name/blackcap/imageprep/HelpDialog.kt Thu Jul 16 19:57:23 2020 -0700 +++ b/src/name/blackcap/imageprep/HelpDialog.kt Thu Jul 16 21:51:08 2020 -0700 @@ -63,9 +63,9 @@ it.text = rawText.replace("%CONFIG_FILE_NAME%", buildString { for (ch in PROP_FILE.canonicalPath) { append(when(ch) { - "<" -> "<" - ">" -> ">" - "&" -> "&" + '<' -> "<" + '>' -> ">" + '&' -> "&" else -> ch }) }