Revision: 8414
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8414&view=rev
Author: vargenau
Date: 2012-10-11 12:35:13 +0000 (Thu, 11 Oct 2012)
Log Message:
-----------
Fix CSS style
Modified Paths:
--------------
trunk/lib/WikiDB/adodb/readme.htm
Modified: trunk/lib/WikiDB/adodb/readme.htm
===================================================================
--- trunk/lib/WikiDB/adodb/readme.htm 2012-10-11 12:11:16 UTC (rev 8413)
+++ trunk/lib/WikiDB/adodb/readme.htm 2012-10-11 12:35:13 UTC (rev 8414)
@@ -1,13 +1,15 @@
+<!DOCTYPE html>
<html>
<head>
<title>ADODB Manual</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <XSTYLE
- body
- ,td {font-family:Arial,Helvetica,sans-serif;font-size:11pt}
+ <meta charset="UTF-8" />
+ <style type="text/css">
+ <!--
+ body,td {font-family:Arial,Helvetica,sans-serif;font-size:11pt}
pre {font-size:9pt}
.toplink {font-size:8pt}
- />
+ -->
+ </style>
</head>
<body bgcolor="#FFFFFF">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|