summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-11-10 13:32:45 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-11-10 13:32:45 +0100
commitc2d8a293d77c7ad051c247bc9cea505b88c46c88 (patch)
tree76bb0d05848d74a5fadfab490ff863665ba6aefa
parent5cd46e5a0da3841719d0676a06c963c70c5a524c (diff)
Small fixes to the site
-rw-r--r--demos/site/protected/Layouts/MainLayout.tpl1
-rw-r--r--demos/site/protected/Pages/Documentation.page2
2 files changed, 2 insertions, 1 deletions
diff --git a/demos/site/protected/Layouts/MainLayout.tpl b/demos/site/protected/Layouts/MainLayout.tpl
index 85a7b159..72377ed5 100644
--- a/demos/site/protected/Layouts/MainLayout.tpl
+++ b/demos/site/protected/Layouts/MainLayout.tpl
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<com:THead Title="PRADO PHP Framework" >
<com:TMetaTag HttpEquiv="Content-Language" Content="en" />
diff --git a/demos/site/protected/Pages/Documentation.page b/demos/site/protected/Pages/Documentation.page
index 0a4dd73f..25b109ad 100644
--- a/demos/site/protected/Pages/Documentation.page
+++ b/demos/site/protected/Pages/Documentation.page
@@ -25,7 +25,7 @@ The <a href="<%$ DocsUrl %>/manual/">API Manual</a> contains the documentation f
<h2>Tutorials</h2>
<ul>
- <li><a href="<%$ DemoUrl %>/quickstart/">The QuickStart Tutorial</a> - This tutorial is a definitive guidance showing every aspect of PRADO. It is written in PRADO and contains many demos to show the usage of various PRADO controls. The tutorial is also available as a <a href="/web/20151005191144/http://www.pradosoft.com/docs/quickstart.pdf">PDF file</a>.</li>
+ <li><a href="<%$ DemoUrl %>/quickstart/">The QuickStart Tutorial</a> - This tutorial is a definitive guidance showing every aspect of PRADO. It is written in PRADO and contains many demos to show the usage of various PRADO controls. The tutorial is also available as a <a href="<%$ DocsUrl %>/quickstart.pdf">PDF file</a>.</li>
<li><a href="<%$ DemoUrl %>/blog-tutorial/">The PRADO Blog Tutorial</a> - This tutorial shows how to use PRADO to build a complete Web application. Prior PRADO knowledge is not required.</li>
<li><a href="<%$ DemoUrl %>/sqlmap/">The SQLMap Tutorial</a> - This tutorial is a definitive guidance on how to use SQLMap (available since v3.1.0).</li>
</ul>