Skip to content

Commit

Permalink
Merge pull request #923 from muiku/gh-920
Browse files Browse the repository at this point in the history
Fix gh-920
  • Loading branch information
necolas committed Jan 24, 2012
2 parents 1dd911f + 27d1fda commit f0358b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@

<echo message="Updating the HTML with the new css filename: ${style.css}"/>

<replaceregexp match="&lt;link rel=['&quot;]?stylesheet['&quot;]?\s+href=['&quot;]?(.*)/${file.root.stylesheet}(?:\?.*)?['&quot;]?\s*&gt;"
<replaceregexp match="&lt;link rel=['&quot;]?stylesheet['&quot;]?\s+href=['&quot;]?(.*)/${file.root.stylesheet}(?:\?.*)?['&quot;]?\s*/?&gt;"
replace="&lt;link rel='stylesheet' href='\1/${css.sha}.css'&gt;" flags="m">
<fileset dir="${dir.intermediate}" includes="${page-files}"/>
</replaceregexp>
Expand Down

0 comments on commit f0358b5

Please sign in to comment.