<applet>: more XHTML 1.0 Transitional conformance;
authorwenzelm
Mon, 11 Aug 2008 22:06:51 +0200
changeset 27832 992c6d984925
parent 27831 20aea331137f
child 27833 29151fa7c58e
<applet>: more XHTML 1.0 Transitional conformance;
src/Pure/Thy/html.ML
--- a/src/Pure/Thy/html.ML	Mon Aug 11 22:06:49 2008 +0200
+++ b/src/Pure/Thy/html.ML	Mon Aug 11 22:06:51 2008 +0200
@@ -333,8 +333,8 @@
           "\n</div>\n<hr/>\n<div class=\"graphbrowser\">\n\
           \<applet code=\"GraphBrowser/GraphBrowser.class\" \
           \archive=\"GraphBrowser.jar\" \
-          \width=" ^ width ^ " height=" ^ height ^ ">\n\
-          \<param name=\"graphfile\" value=\"" ^ "session.graph" ^ "\">\n\
+          \width=" ^ quote width ^ " height=" ^ quote height ^ ">\n\
+          \<param name=\"graphfile\" value=\"" ^ "session.graph" ^ "\"/>\n\
           \</applet>\n<hr/>" ^ end_document)
       end;
   in map applet_page sizes end;