summaryrefslogtreecommitdiffstats
path: root/samples/scheduler/01_basic_init.html
diff options
context:
space:
mode:
authorStanislau Wolski <stanislau.wolski@gmail.com>2015-08-24 20:20:22 +0300
committerStanislau Wolski <stanislau.wolski@gmail.com>2015-08-24 20:20:22 +0300
commit582b5b5355dafaf4fe427fe7bf98e2b38f07fba3 (patch)
tree9b453c4c1083d9082444cd91169d2c9aa44be5fd /samples/scheduler/01_basic_init.html
parentc5b18861823757d2632a06f13edb2ed639cf4ecd (diff)
downloadconnector-php-582b5b5355dafaf4fe427fe7bf98e2b38f07fba3.zip
connector-php-582b5b5355dafaf4fe427fe7bf98e2b38f07fba3.tar.gz
connector-php-582b5b5355dafaf4fe427fe7bf98e2b38f07fba3.tar.bz2
[update] minor typos in samples, latest DHTMLX
Diffstat (limited to 'samples/scheduler/01_basic_init.html')
-rw-r--r--samples/scheduler/01_basic_init.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/samples/scheduler/01_basic_init.html b/samples/scheduler/01_basic_init.html
index 06fc578..f660010 100644
--- a/samples/scheduler/01_basic_init.html
+++ b/samples/scheduler/01_basic_init.html
@@ -1,19 +1,19 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title></title>
</head>
<script src="../dhtmlx/dhtmlxscheduler.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="../dhtmlx/dhtmlxscheduler.css" type="text/css" title="no title" charset="utf-8">
-<style type="text/css" media="screen">
+
+ <style type="text/css" media="screen">
html, body{
margin:0px;
padding:0px;
height:100%;
overflow:hidden;
}
-</style>
+ </style>
<script type="text/javascript" charset="utf-8">
function init() {
scheduler.config.xml_date="%Y-%m-%d %H:%i";