Merge lp:~kelemeng/valo-cd/bug1114386 into lp:valo-cd

Proposed by Gabor Kelemen
Status: Needs review
Proposed branch: lp:~kelemeng/valo-cd/bug1114386
Merge into: lp:valo-cd
Diff against target: 12 lines (+1/-1)
1 file modified
build-system/html-ui/valo-cd.xsl (+1/-1)
To merge this branch: bzr merge lp:~kelemeng/valo-cd/bug1114386
Reviewer Review Type Date Requested Status
Otto Kekäläinen Approve
Review via email: mp+146303@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Otto Kekäläinen (otto) wrote :

I don't have time to test this, but I trust Gabor to have done it correctly.

review: Approve

Unmerged revisions

98. By Gabor Kelemen

MSI links should be converted to local ones. LP: 1114386

97. By Otto Kekäläinen <email address hidden>

Fixed SCSS issues as Asko recommended.

96. By Otto Kekäläinen <email address hidden>

Added scss files despite scss.sample already exists.

95. By Otto Kekäläinen <email address hidden>

Accept merge

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build-system/html-ui/valo-cd.xsl'
2--- build-system/html-ui/valo-cd.xsl 2012-12-20 12:16:47 +0000
3+++ build-system/html-ui/valo-cd.xsl 2013-02-03 15:30:25 +0000
4@@ -430,7 +430,7 @@
5 </xsl:template>
6
7 <!-- Transform generic inline resource links -->
8-<xsl:template match="xhtml:a[starts-with(@href, 'http') and contains('exe pdf', str:split(@href, '.')[last()])]">
9+<xsl:template match="xhtml:a[starts-with(@href, 'http') and contains('exe msi pdf', str:split(@href, '.')[last()])]">
10 <xsl:copy>
11 <xsl:attribute name="href">
12 <xsl:choose>

Subscribers

People subscribed via source and target branches