Skip to content

Commit

Permalink
Merge pull request #23 from gvizdyk/fix_rules_for_content
Browse files Browse the repository at this point in the history
fixed rules for copying content
  • Loading branch information
vangheem committed May 14, 2015
2 parents 1d894f4 + 826dbaf commit 39ac8c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plonetheme/barceloneta/theme/rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@
</p> -->
<div class="row">
<div class="col-xs-12 col-sm-12">
<xsl:copy-of select="//article[@id='content']"/>
<!-- Just in case for legacy templates -->
<xsl:copy-of select="//div[@id='content']"/>
<xsl:apply-templates css:select="#content"/>
</div>
</div>
<footer class="row">
Expand Down

0 comments on commit 39ac8c2

Please sign in to comment.