web/xsl news.xsl,1.7,1.8 section.xsl,1.21,1.22
Nick Lewycky <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/web/xsl
In directory purcel:/tmp/cvs-serv19771
Modified Files:
news.xsl section.xsl
Log Message:
Strange behaviour on www2.
This is just a shot in the dark, really.
Index: news.xsl
===================================================================
RCS file: /cvs/fresco/web/xsl/news.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- news.xsl 9 Mar 2003 03:29:11 -0000 1.7
+++ news.xsl 9 Mar 2003 22:04:10 -0000 1.8
@@ -104,7 +104,7 @@
</tr>
<tr>
<td align="right">
- <b>&8212;<xsl:apply-templates select="author" /></b>
+ <b><![CDATA[&8212;]]><xsl:apply-templates select="author" /></b>
</td>
</tr>
</xsl:for-each>
@@ -323,7 +323,7 @@
</tr>
<tr>
<td align="right">
- <b>&8212;<xsl:apply-templates select="author" /></b>
+ <b><![CDATA[&8212;]]><xsl:apply-templates select="author" /></b>
</td>
</tr>
</table>
Index: section.xsl
===================================================================
RCS file: /cvs/fresco/web/xsl/section.xsl,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- section.xsl 9 Mar 2003 03:29:12 -0000 1.21
+++ section.xsl 9 Mar 2003 22:04:11 -0000 1.22
@@ -217,7 +217,7 @@
<xsl:apply-templates select="content"/>
<br/>
<br/>
- <div style="text-align: right;"><b>&8212;<xsl:value-of select="author"/></b></div>
+ <div style="text-align: right;"><b><![CDATA[&8212;]]><xsl:value-of select="author"/></b></div>
</td>
<td width="2" align="left" valign="top" class="dottedline" style="width:2px;">
<img src="{$blanker}" width="2" height="2" border="0" alt=""/>
@@ -285,7 +285,7 @@
<tr>
<td>
<p><xsl:apply-templates select="notes"/></p>
- <div style="text-align: right;"><b>&8212;<xsl:value-of select="author"/></b></div>
+ <div style="text-align: right;"><b><![CDATA[&8212;]]><xsl:value-of select="author"/></b></div>
</td>
</tr>
</xsl:for-each>