web/xsl news.xsl,1.8,1.9 section.xsl,1.22,1.23
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-serv21707
Modified Files:
news.xsl section.xsl
Log Message:
How tiresome. Correct the em dash entity, take three.
Index: news.xsl
===================================================================
RCS file: /cvs/fresco/web/xsl/news.xsl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- news.xsl 9 Mar 2003 22:04:10 -0000 1.8
+++ news.xsl 9 Mar 2003 22:25:15 -0000 1.9
@@ -104,7 +104,7 @@
</tr>
<tr>
<td align="right">
- <b><![CDATA[&8212;]]><xsl:apply-templates select="author" /></b>
+ <b>—<xsl:apply-templates select="author" /></b>
</td>
</tr>
</xsl:for-each>
@@ -323,7 +323,7 @@
</tr>
<tr>
<td align="right">
- <b><![CDATA[&8212;]]><xsl:apply-templates select="author" /></b>
+ <b>—<xsl:apply-templates select="author" /></b>
</td>
</tr>
</table>
Index: section.xsl
===================================================================
RCS file: /cvs/fresco/web/xsl/section.xsl,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- section.xsl 9 Mar 2003 22:04:11 -0000 1.22
+++ section.xsl 9 Mar 2003 22:25:15 -0000 1.23
@@ -217,7 +217,7 @@
<xsl:apply-templates select="content"/>
<br/>
<br/>
- <div style="text-align: right;"><b><![CDATA[&8212;]]><xsl:value-of select="author"/></b></div>
+ <div style="text-align: right;"><b>—<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><![CDATA[&8212;]]><xsl:value-of select="author"/></b></div>
+ <div style="text-align: right;"><b>—<xsl:value-of select="author"/></b></div>
</td>
</tr>
</xsl:for-each>