0 Votes

Changes for page Incidents list

Last modified by Ryan C on 2025/07/14 15:42

From version 3.1
edited by Ryan C
on 2025/07/14 14:04
Change comment: There is no comment for this version
To version 4.1
edited by Ryan C
on 2025/07/14 14:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -26,7 +26,7 @@
26 26   def label = (headline && headline.length() > 0) ? headline : (fallbackTitle ?: docName)
27 27  
28 28   if (isValidUrl) {
29 - println "* [[${label}>>${url}]]"
29 + println "* [[${label}>>'${url}']]"
30 30   } else {
31 31   println "* [[${label}>>doc:${docName}]]"
32 32   }

XWiki AI Chat