From 29d506a86275a56c28431ebd0c6b0ac5004e3754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9?= Date: Tue, 7 Jan 2014 00:39:31 +0600 Subject: [PATCH 1/3] W3 --- admin/themes/default/login.template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/themes/default/login.template.php b/admin/themes/default/login.template.php index 8f27beb..f6b5aa1 100644 --- a/admin/themes/default/login.template.php +++ b/admin/themes/default/login.template.php @@ -66,7 +66,7 @@

-


+


From 432942abf85f855ab4a343c037d39d15ce42f915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9?= Date: Tue, 7 Jan 2014 00:44:58 +0600 Subject: [PATCH 2/3] W3 Fixes
>
--- admin/themes/default/login.template.php | 2 +- libraries/Gelato/Html/Html.php | 2 +- plugins/codemirror/codemirror/mode/gas/index.html | 2 +- plugins/codemirror/codemirror/mode/htmlembedded/index.html | 2 +- plugins/codemirror/codemirror/mode/smarty/index.html | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/admin/themes/default/login.template.php b/admin/themes/default/login.template.php index f6b5aa1..7c3ed8a 100644 --- a/admin/themes/default/login.template.php +++ b/admin/themes/default/login.template.php @@ -87,7 +87,7 @@

-


+


diff --git a/libraries/Gelato/Html/Html.php b/libraries/Gelato/Html/Html.php index c757e52..26a8ca7 100644 --- a/libraries/Gelato/Html/Html.php +++ b/libraries/Gelato/Html/Html.php @@ -157,7 +157,7 @@ class Html */ public static function br($num = 1) { - return str_repeat("
",(int) $num); + return str_repeat("
",(int) $num); } /** diff --git a/plugins/codemirror/codemirror/mode/gas/index.html b/plugins/codemirror/codemirror/mode/gas/index.html index cd8a2ff..77f24de 100644 --- a/plugins/codemirror/codemirror/mode/gas/index.html +++ b/plugins/codemirror/codemirror/mode/gas/index.html @@ -45,7 +45,7 @@ main: pop {sp, pc} message: - .asciz "Hello world!
" + .asciz "Hello world!
" diff --git a/plugins/codemirror/codemirror/mode/htmlembedded/index.html b/plugins/codemirror/codemirror/mode/htmlembedded/index.html index 4ab90f7..37e9289 100644 --- a/plugins/codemirror/codemirror/mode/htmlembedded/index.html +++ b/plugins/codemirror/codemirror/mode/htmlembedded/index.html @@ -53,7 +53,7 @@ This is an example of EJS (embedded javascript)

Mode for html embedded scripts like JSP and ASP.NET. Depends on HtmlMixed which in turn depends on - JavaScript, CSS and XML.
Other dependancies include those of the scriping language chosen.

+ JavaScript, CSS and XML.
Other dependancies include those of the scriping language chosen.

MIME types defined: application/x-aspx (ASP.NET), application/x-ejs (Embedded Javascript), application/x-jsp (JavaServer Pages)

diff --git a/plugins/codemirror/codemirror/mode/smarty/index.html b/plugins/codemirror/codemirror/mode/smarty/index.html index d458aef..d36e745 100644 --- a/plugins/codemirror/codemirror/mode/smarty/index.html +++ b/plugins/codemirror/codemirror/mode/smarty/index.html @@ -53,7 +53,7 @@ }); -
+

Smarty 2, custom delimiters