文档更改Home

Yang Sheng 于 2025-02-42,18:57 最后修改

从版本 162.1
Yang Sheng编辑
在2025-02-42,01:50上
修改评论: 该版本没有评论
到版本
Yang Sheng编辑
在2025-02-42,01:51上
修改评论: 该版本没有评论

摘要

细节

页面属性
内容
... ... @@ -44,7 +44,7 @@
44 44   #if($docTitle == '')
45 45   #set($docTitle = "Untitled Document")
46 46   #end
47 - #set($output = "${output}* [[${docTitle}>>${document.getExternalURL('view')}]]\n")
47 + #set($output = "${output}* [[${docTitle}>>${document.getExternalURL('view')}]]\\n")
48 48   #set($hasUpdates = true)
49 49   #end
50 50   #end
... ... @@ -53,12 +53,10 @@
53 53  
54 54   ## 仅在有更新时显示标题和内容
55 55   #if($hasUpdates)
56 - = $topPage =
57 - $output
56 + = $topPage =\n$output
58 58   #end
59 59  #end
60 60  {{/velocity}}
61 61  
62 -
63 63  
64 64  )))