Console: Fix plugin icon-code images

This commit is contained in:
zzz
2019-11-15 21:11:40 +00:00
parent c711d48835
commit 79334afcbc

View File

@@ -254,7 +254,7 @@ public class HomeHelper extends HelperBase {
"<a href=\"").append(url).append("\" tabindex=\"-1\">" +
"<img alt=\"\" title=\"").append(app.desc).append("\" src=\"").append(app.icon)
// version the icons because they may change
.append('?').append(CoreVersion.VERSION).append("\"></a>" +
.append(app.icon.contains("?") ? "&amp;" : "?").append(CoreVersion.VERSION).append("\"></a>" +
"</div>\n" +
"<table><tr><td>" +
"<div class=\"applabel\">" +