From: Norman Walsh Date: Sun, 29 Dec 2002 20:44:04 +0000 (+0000) Subject: Fix bug #655245; make div and a lowercase; add /img (necessary for XHTML and harmless... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebb7103a6875ba25f10f4ae51f930f5d3862da94;p=docbook-dsssl Fix bug #655245; make div and a lowercase; add /img (necessary for XHTML and harmless for HTML) --- diff --git a/slides/xsl/html/frames.xsl b/slides/xsl/html/frames.xsl index 9047b722d..b27ed148f 100644 --- a/slides/xsl/html/frames.xsl +++ b/slides/xsl/html/frames.xsl @@ -1445,8 +1445,8 @@ function init() { -
- + +
@@ -1469,13 +1469,13 @@ function init() { - @@ -1495,13 +1495,13 @@ function init() { - @@ -1523,11 +1523,11 @@ function init() { myList.addItem(' - <DIV id=" + <div id=" " class="toc-slidesinfo"> - <A href=" + <a href=" " target="foil"> @@ -1546,7 +1546,7 @@ function init() { \' - </A></DIV> + </a></div> '); @@ -1563,11 +1563,11 @@ function init() { myList.addList(subList, ' - <DIV id=" + <div id=" " class="toc-section"> - <A href=" + <a href=" " target="foil"> @@ -1580,7 +1580,7 @@ function init() { - </A></DIV> + </a></div> '); @@ -1596,15 +1596,15 @@ function init() { - <DIV id=" + <div id=" " class="toc-foil"> <img alt="-" src=" - "> + "></img> - <A href=" + <a href=" " target="foil"> @@ -1617,7 +1617,7 @@ function init() { - </A></DIV> + </a></div> ');