From: Vitaly Kuznetsov Date: Thu, 10 May 2012 09:10:53 +0000 (+0000) Subject: Fix some non-utf8-friendly htmlentities (resulting in wrong display of utf8-encoded... X-Git-Tag: v4.0.0RC2~17^2^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6f981738bb5285d01e839ff640c163acf1b2a184;p=nextcloud-server.git Fix some non-utf8-friendly htmlentities (resulting in wrong display of utf8-encoded directory names for example) --- diff --git a/apps/bookmarks/templates/list.php b/apps/bookmarks/templates/list.php index ced6154c198..d28909e1959 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 72e45d53275..f8c1b1bdf51 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 41d2c5c8e76..f45600543b7 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 4035dfe8a5a..f693033b0e5 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -7,7 +7,7 @@

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