From 0a851225eb32db6986ba4c108d01402498ad2134 Mon Sep 17 00:00:00 2001 From: pete_morgan Date: Mon, 9 Oct 2006 23:28:03 +0000 Subject: [PATCH] Minor changes and corrections --- docs/en/designers/language-basic-syntax.xml | 2 +- .../language-function-popup-init.xml | 11 +++++++++++ .../language-modifiers/language-modifier-escape.xml | 8 ++++---- docs/en/getting-started.xml | 3 +++ docs/en/programmers/api-functions/api-display.xml | 12 ++++++------ docs/en/programmers/plugins/plugins-inserts.xml | 4 +--- 6 files changed, 26 insertions(+), 14 deletions(-) diff --git a/docs/en/designers/language-basic-syntax.xml b/docs/en/designers/language-basic-syntax.xml index 6919e6fa..6728c542 100644 --- a/docs/en/designers/language-basic-syntax.xml +++ b/docs/en/designers/language-basic-syntax.xml @@ -8,7 +8,7 @@ }, but they can be changed. - For examples, we will assume that you are using the default + For the examples in this manual, we will assume that you are using the default delimiters. In Smarty, all content outside of delimiters is displayed as static content, or unchanged. When Smarty encounters template tags, it attempts to interpret them, and displays the appropriate output in their diff --git a/docs/en/designers/language-custom-functions/language-function-popup-init.xml b/docs/en/designers/language-custom-functions/language-function-popup-init.xml index 50c9dfc1..6fd190ee 100644 --- a/docs/en/designers/language-custom-functions/language-function-popup-init.xml +++ b/docs/en/designers/language-custom-functions/language-function-popup-init.xml @@ -51,6 +51,17 @@ + +XHTML validation +The {popup_init} does not validate with +strict and you will get the error +document type does not allow element "div" here; +(ie a <div> tag in the <head>). + +This means you will need to include the <script> and +<div> tags manually. + +