From 6f981738bb5285d01e839ff640c163acf1b2a184 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Thu, 10 May 2012 09:10:53 +0000 Subject: [PATCH] Fix some non-utf8-friendly htmlentities (resulting in wrong display of utf8-encoded directory names for example) --- apps/bookmarks/templates/list.php | 2 +- apps/files/templates/index.php | 2 +- apps/files/templates/part.breadcrumb.php | 4 ++-- core/templates/login.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/bookmarks/templates/list.php b/apps/bookmarks/templates/list.php index ced6154c19..d28909e195 100644 --- a/apps/bookmarks/templates/list.php +++ b/apps/bookmarks/templates/list.php @@ -7,7 +7,7 @@ * See the COPYING-README file. */ ?> - +
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 72e45d5327..f8c1b1bdf5 100755 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -15,7 +15,7 @@
- + diff --git a/apps/files/templates/part.breadcrumb.php b/apps/files/templates/part.breadcrumb.php index 41d2c5c8e7..f45600543b 100755 --- a/apps/files/templates/part.breadcrumb.php +++ b/apps/files/templates/part.breadcrumb.php @@ -1,6 +1,6 @@
svg" data-dir='' style='background-image:url("")'> - "> + ">
- \ No newline at end of file + diff --git a/core/templates/login.php b/core/templates/login.php index 4035dfe8a5..f693033b0e 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -7,7 +7,7 @@

- autocomplete="off" required /> + autocomplete="off" required />