Skip to content

Commit

Permalink
LPS-29185
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Aug 10, 2012
1 parent f929f2b commit 2399165
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions summary.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
key: 'Demo URL',
sortable: true
},
{
key: 'Support URL',
sortable: true
},
{
key: 'Author',
sortable: true
Expand Down Expand Up @@ -221,6 +225,7 @@
'Change Log': '<xsl:value-of select="change-log" />',
'Page URL': '<xsl:value-of select="page-url" />',
'Demo URL': '<xsl:value-of select="releng/demo-url" />',
'Support URL': '<xsl:value-of select="releng/support-url" />',
'Author': '<xsl:value-of select="author" />',
'Licenses': '<xsl:value-of select="licenses" />',
'Liferay Versions': '<xsl:value-of select="liferay-versions" />',
Expand Down

0 comments on commit 2399165

Please sign in to comment.