Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/views/partials/icon-picker.html')
-rw-r--r--templates/views/partials/icon-picker.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/views/partials/icon-picker.html b/templates/views/partials/icon-picker.html
index 04021f86..1130cc27 100644
--- a/templates/views/partials/icon-picker.html
+++ b/templates/views/partials/icon-picker.html
@@ -32,7 +32,7 @@
{{ 'selected.icon' | translate}}: <br />
<img ng-src="data:{{selectedIcon.mimetype}};base64,{{selectedIcon.data}}" height="32" ng-if="!customIcon">
- <img src="{{customIcon.data}}" height="32" ng-if="customIcon">
+ <img ng-src="{{customIcon.data}}" height="32" ng-if="customIcon">
<br />
<button ng-click="useIcon()">{{ 'use.icon' | translate}}</button>
</div>