Skip to content

Commit

Permalink
Merge branch 'sync-stylesheets'
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Apr 4, 2016
2 parents 7515408 + 729c94b commit 2531325
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 15 deletions.
4 changes: 2 additions & 2 deletions SLED/slideshow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
</listitem>
<listitem>
<para>
Basis for OpenStack-based SUSE® Cloud
Basis for SUSE OpenStack Cloud
</para>
</listitem>
</itemizedlist>
Expand Down Expand Up @@ -356,7 +356,7 @@
</listitem>
<listitem>
<para>
SUSE Cloud
SUSE OpenStack Cloud
</para>
</listitem>
<listitem>
Expand Down
25 changes: 19 additions & 6 deletions SLED/slideshow.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,28 @@
</xsl:template>

<xsl:template match="section/section/title">
<h2>
<xsl:apply-templates />
</h2>
<h2>
<xsl:apply-templates />
</h2>
</xsl:template>

<xsl:template match="para">
<p>
<xsl:apply-templates />
</p>
<p>
<xsl:apply-templates />
</p>
</xsl:template>

<xsl:template match="itemizedlist">
<ul><xsl:apply-templates /></ul>
</xsl:template>
<xsl:template match="orderedlist">
<ol><xsl:apply-templates /></ol>
</xsl:template>
<xsl:template match="listitem">
<li><xsl:apply-templates /></li>
</xsl:template>
<xsl:template match="emphasis">
<em><xsl:apply-templates /></em>
</xsl:template>

</xsl:stylesheet>
Expand Down
25 changes: 19 additions & 6 deletions SuSELinux/slideshow.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,28 @@
</xsl:template>

<xsl:template match="section/section/title">
<h2>
<xsl:apply-templates />
</h2>
<h2>
<xsl:apply-templates />
</h2>
</xsl:template>

<xsl:template match="para">
<p>
<xsl:apply-templates />
</p>
<p>
<xsl:apply-templates />
</p>
</xsl:template>

<xsl:template match="itemizedlist">
<ul><xsl:apply-templates /></ul>
</xsl:template>
<xsl:template match="orderedlist">
<ol><xsl:apply-templates /></ol>
</xsl:template>
<xsl:template match="listitem">
<li><xsl:apply-templates /></li>
</xsl:template>
<xsl:template match="emphasis">
<em><xsl:apply-templates /></em>
</xsl:template>

</xsl:stylesheet>
Expand Down
6 changes: 6 additions & 0 deletions package/yast2-slide-show.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 1 14:29:45 CEST 2016 - fcrozat@suse.com

- 3.1.23
- Ensure SLED stylesheet is updated (bsc#973609).

-------------------------------------------------------------------
Fri Nov 6 09:40:02 UTC 2015 - ke@suse.de

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-slide-show.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-slide-show
Version: 3.1.22
Version: 3.1.23
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down

0 comments on commit 2531325

Please sign in to comment.