diff options
author | Stanislau Wolski <stanislau.wolski@gmail.com> | 2015-08-24 20:20:22 +0300 |
---|---|---|
committer | Stanislau Wolski <stanislau.wolski@gmail.com> | 2015-08-24 20:20:22 +0300 |
commit | 582b5b5355dafaf4fe427fe7bf98e2b38f07fba3 (patch) | |
tree | 9b453c4c1083d9082444cd91169d2c9aa44be5fd /samples/grid/xx_sample_sasql.html | |
parent | c5b18861823757d2632a06f13edb2ed639cf4ecd (diff) | |
download | connector-php-582b5b5355dafaf4fe427fe7bf98e2b38f07fba3.zip connector-php-582b5b5355dafaf4fe427fe7bf98e2b38f07fba3.tar.gz connector-php-582b5b5355dafaf4fe427fe7bf98e2b38f07fba3.tar.bz2 |
[update] minor typos in samples, latest DHTMLX
Diffstat (limited to 'samples/grid/xx_sample_sasql.html')
-rw-r--r-- | samples/grid/xx_sample_sasql.html | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/samples/grid/xx_sample_sasql.html b/samples/grid/xx_sample_sasql.html index 9d4b008..b11124b 100644 --- a/samples/grid/xx_sample_sasql.html +++ b/samples/grid/xx_sample_sasql.html @@ -1,17 +1,13 @@ -
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE HTML>
<html>
<head>
<title>For demo purpose only :: &1</title>
-
-
-
-
-<script src="../common/dhtmlx.js" type="text/javascript" charset="utf-8"></script>
-<link rel="stylesheet" href="../common/dhtmlx.css" type="text/css" charset="utf-8">
+
+ <script src="../common/dhtmlx.js" type="text/javascript" charset="utf-8"></script>
+ <link rel="stylesheet" href="../common/dhtmlx.css" type="text/css" charset="utf-8">
</head>
<body>
- <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div>
+ <div id="gridbox" width="350px" height="550px" style="background-color:white;overflow:hidden"></div>
<script>
mygrid = new dhtmlXGridObject('gridbox');
mygrid.setImagePath("../dhtmlx/imgs/");
|