Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -20,6 +20,7 @@ 20 20 ## > 9.5 and < 10.5, but > 9.11.6+ (i.e. except 9.11.x starting from 9.11.6) 21 21 #set ($versionDataPage = '.Before10\.5.WebHome') 22 22 #end 23 +$versionDataPage 23 23 {{include reference="$versionDataPage" /}} 24 24 #end 25 25 {{/velocity}}{{velocity}} ... ... @@ -68,7 +68,7 @@ 68 68 <h4 class='list-group-item-heading'>$distibution.get(1)</h4> 69 69 <p class='list-group-item-text noitems'>$distibution.get(3)</p> 70 70 <div class='buttons'> 71 - #downloadurl($distibution.get(0), $projectVersion) 72 + ##downloadurl($distibution.get(0), $projectVersion) 72 72 #if ($stringtool.isNotBlank($distibution.get(4))) 73 73 (% class='btn btn-xs btn-link' %)[[Installation Notes>>$distibution.get(4)]](%%) 74 74 #end