mkwan 2002/09/27 07:07:49
Modified: java/samples/AppletXMLtoHTML client.html
Log:
For bugzilla 13059. Fix typo width"0" to width="0".
Revision Changes Path
1.5 +1 -1 xml-xalan/java/samples/AppletXMLtoHTML/client.html
Index: client.html
===================================================================
RCS file: /home/cvs/xml-xalan/java/samples/AppletXMLtoHTML/client.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- client.html 18 Jan 2002 17:59:39 -0000 1.4
+++ client.html 27 Sep 2002 14:07:49 -0000 1.5
@@ -114,7 +114,7 @@
code="org.apache.xalan.client.XSLTProcessorApplet.class"
archive="../../bin/xalan.jar,../../bin/xml-apis.jar,../../bin/xercesImpl.jar,../../bin/xerces.jar"
height="0"
- width"0">
+ width="0">
<param name="documentURL" value="xalanApplets.xml"/> <!--default
setting-->
<param name="styleURL" value="s1ToHTML.xsl"/> <!--doesn't change-->
</applet>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]