diff options
author | Hendrik Leppelsack <hendrik@leppelsack.de> | 2016-06-23 13:39:28 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-07-01 16:36:37 +0200 |
commit | c47833718f7b841e56fc0a64b9b7d170ca7706c4 (patch) | |
tree | 5a6d5106319230c82f867ed146ca157a48f425d7 /core/templates/update.admin.php | |
parent | 11be3d6276b7d54ccb166c9ea418e4e54c5eef57 (diff) | |
download | nextcloud-server-c47833718f7b841e56fc0a64b9b7d170ca7706c4.tar.gz nextcloud-server-c47833718f7b841e56fc0a64b9b7d170ca7706c4.zip |
remove svg classes
Diffstat (limited to 'core/templates/update.admin.php')
-rw-r--r-- | core/templates/update.admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php index 24b2beec6da..87f93967d91 100644 --- a/core/templates/update.admin.php +++ b/core/templates/update.admin.php @@ -47,7 +47,7 @@ <p id="update-progress-message-error" class="warning hidden"></p> <ul id="update-progress-message-warnings" class="warning hidden"></ul> <p id="update-progress-message"></p> - <a class="update-show-detailed"><?php p($l->t( 'Detailed logs' )); ?> <img class="svg" src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>" /></a> + <a class="update-show-detailed"><?php p($l->t( 'Detailed logs' )); ?> <img src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>" /></a> <div id="update-progress-detailed" class="hidden warning"></div> </div> </div> |