[LON-CAPA-cvs] cvs: rat /client rat.html
bisitz
bisitz@source.lon-capa.org
Thu, 23 Apr 2009 17:25:32 -0000
bisitz Thu Apr 23 17:25:32 2009 EDT
Modified files:
/rat/client rat.html
Log:
XHTML:
- Added quotation marks to HTML attribute values
- XHTML conform attributes
Index: rat/client/rat.html
diff -u rat/client/rat.html:1.5 rat/client/rat.html:1.6
--- rat/client/rat.html:1.5 Wed Jun 28 03:41:48 2000
+++ rat/client/rat.html Thu Apr 23 17:25:32 2009
@@ -1,7 +1,7 @@
<html>
-<frameset rows="1,50,*" border=0>
-<frame name=server src="server.html" noresize noscroll>
-<frame name=code src="code.html">
-<frame name=mapout src="map.html">
+<frameset rows="1,50,*" border="0">
+<frame name="server" src="server.html" noresize="noresize" noscroll="noscroll" />
+<frame name="code" src="code.html" />
+<frame name="mapout" src="map.html" />
</frameset>
-</html>
\ No newline at end of file
+</html>