diff --git a/dashboard-ui/components/collectioneditor/collectioneditor.js b/dashboard-ui/components/collectioneditor/collectioneditor.js index 6c182707b4..bb984b0343 100644 --- a/dashboard-ui/components/collectioneditor/collectioneditor.js +++ b/dashboard-ui/components/collectioneditor/collectioneditor.js @@ -200,7 +200,7 @@ var html = ''; html += '

'; - html += ''; + html += ''; var title = items.length ? Globalize.translate('HeaderAddToCollection') : Globalize.translate('HeaderNewCollection'); diff --git a/dashboard-ui/components/directorybrowser/directorybrowser.js b/dashboard-ui/components/directorybrowser/directorybrowser.js index 7e0422500c..62df414672 100644 --- a/dashboard-ui/components/directorybrowser/directorybrowser.js +++ b/dashboard-ui/components/directorybrowser/directorybrowser.js @@ -224,7 +224,7 @@ var html = ''; html += '

'; - html += ''; + html += ''; html += '
' + (options.header || Globalize.translate('HeaderSelectPath')) + '
'; html += '

'; diff --git a/dashboard-ui/components/imagedownloader/imagedownloader.js b/dashboard-ui/components/imagedownloader/imagedownloader.js index d7113754f1..45c3ca5f89 100644 --- a/dashboard-ui/components/imagedownloader/imagedownloader.js +++ b/dashboard-ui/components/imagedownloader/imagedownloader.js @@ -274,7 +274,7 @@ var html = ''; html += '

'; - html += ''; + html += ''; html += '
' + Globalize.translate('HeaderSearch') + '
'; html += '

'; diff --git a/dashboard-ui/components/imageeditor/imageeditor.js b/dashboard-ui/components/imageeditor/imageeditor.js index 8ab89e59e1..fbce6d93ae 100644 --- a/dashboard-ui/components/imageeditor/imageeditor.js +++ b/dashboard-ui/components/imageeditor/imageeditor.js @@ -248,7 +248,7 @@ var html = ''; html += '

'; - html += ''; + html += ''; html += '
' + item.Name + '
'; html += '

'; diff --git a/dashboard-ui/components/imageeditor/imageeditor.template.html b/dashboard-ui/components/imageeditor/imageeditor.template.html index 8073ad58fa..545707ff2f 100644 --- a/dashboard-ui/components/imageeditor/imageeditor.template.html +++ b/dashboard-ui/components/imageeditor/imageeditor.template.html @@ -1,8 +1,8 @@ 

${HeaderImages}

- - + +
@@ -12,8 +12,8 @@