From 70d0103a675fca4896974f1d59f5e76365304159 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 16 Apr 2012 11:34:00 +0200 Subject: updated logos and icons --- core/templates/layout.guest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/templates') diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index e1f8928fc9b..2bd2e20df70 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -28,7 +28,7 @@
-- cgit v1.2.3 From cfd0140e2faa250e6e90cbeb4ec2ca4dcceed2f4 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 16 Apr 2012 12:59:08 +0200 Subject: fix 2 potential xss problems --- core/templates/404.php | 2 +- files/templates/index.php | 2 +- files/templates/part.breadcrumb.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'core/templates') diff --git a/core/templates/404.php b/core/templates/404.php index 13a81010343..cd4f2b40bb2 100644 --- a/core/templates/404.php +++ b/core/templates/404.php @@ -10,6 +10,6 @@ if(!isset($_)){//also provide standalone error page diff --git a/files/templates/index.php b/files/templates/index.php index f423b96ba1e..639bdeaead8 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -15,7 +15,7 @@
- + diff --git a/files/templates/part.breadcrumb.php b/files/templates/part.breadcrumb.php index ab81cc5c039..16da6bb97b4 100644 --- a/files/templates/part.breadcrumb.php +++ b/files/templates/part.breadcrumb.php @@ -1,6 +1,6 @@
svg" data-dir='' style='background-image:url("")'> - "> + ">
\ No newline at end of file -- cgit v1.2.3