From 5b16c7a25d5031d727de56cb11f86f0656e2e2c0 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sat, 11 Aug 2012 20:53:56 +0200 Subject: This is unnessecary because we already run htmlentities() over the template engine --- apps/files_versions/history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_versions') diff --git a/apps/files_versions/history.php b/apps/files_versions/history.php index a34c92ee422..27dc8bfc382 100644 --- a/apps/files_versions/history.php +++ b/apps/files_versions/history.php @@ -28,7 +28,7 @@ $tmpl = new OCP\Template( 'files_versions', 'history', 'user' ); if ( isset( $_GET['path'] ) ) { $path = $_GET['path']; - $path = strip_tags( $path ); + $path = $path; $tmpl->assign( 'path', $path ); $versions = new OCA_Versions\Storage(); -- cgit v1.2.3 From cb719960089b199281315b91a30023686df489ec Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Sun, 12 Aug 2012 17:21:09 +0200 Subject: Change image links to use imagePath function --- apps/calendar/templates/calendar.php | 2 +- apps/calendar/templates/share.dropdown.php | 4 ++-- apps/contacts/templates/index.php | 8 ++++---- apps/files_versions/templates/settings-personal.php | 4 ++-- apps/remoteStorage/img/remoteStorage.png | Bin 0 -> 1273 bytes apps/remoteStorage/remoteStorage.png | Bin 1273 -> 0 bytes apps/remoteStorage/templates/settings.php | 4 ++-- apps/user_migrate/templates/settings.php | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 apps/remoteStorage/img/remoteStorage.png delete mode 100644 apps/remoteStorage/remoteStorage.png (limited to 'apps/files_versions') diff --git a/apps/calendar/templates/calendar.php b/apps/calendar/templates/calendar.php index c94cc755ab3..15891aafd9e 100644 --- a/apps/calendar/templates/calendar.php +++ b/apps/calendar/templates/calendar.php @@ -44,7 +44,7 @@
<?php echo $l->t('Settings'); ?> - <?php echo $l->t('Settings'); ?> + <?php echo $l->t('Settings'); ?>
diff --git a/apps/calendar/templates/share.dropdown.php b/apps/calendar/templates/share.dropdown.php index 07b4c4bced5..391ae83765b 100644 --- a/apps/calendar/templates/share.dropdown.php +++ b/apps/calendar/templates/share.dropdown.php @@ -33,7 +33,7 @@ echo OCP\html_select_options($allusers, array());
    -
  • style="visibility:hidden;" title="t('Editable'); ?>">
  • +
  • style="visibility:hidden;" title="t('Editable'); ?>">