Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -14,8 +14,7 @@ 14 14 #end 15 15 {{include reference="$versionDataPage" /}} 16 16 #end 17 -{{/velocity}}x 18 -{{velocity}} 17 +{{/velocity}}{{velocity}} 19 19 ## ################################################################ 20 20 ## Generate URL to OW2 XWiki files that will be used by Main.Download.DownloadForm page 21 21 ## ################################################################ ... ... @@ -60,7 +60,9 @@ 60 60 <p class='list-group-item-text noitems'>$distibution.get(3)</p> 61 61 <div class='buttons'> 62 62 #downloadurl($distibution.get(0), $projectVersion) 63 - (% class='btn btn-xs btn-link' %)[[Installation Notes>>$distibution.get(4)]](%%) 62 + #if ($distibution.get(4)) 63 + (% class='btn btn-xs btn-link' %)[[Installation Notes>>$distibution.get(4)]](%%) 64 + #end 64 64 </div> 65 65 </div> 66 66 #end