forked from I2P_Developers/i2p.i2p
Console: Fix plugin icon-code images
This commit is contained in:
@@ -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("?") ? "&" : "?").append(CoreVersion.VERSION).append("\"></a>" +
|
||||
"</div>\n" +
|
||||
"<table><tr><td>" +
|
||||
"<div class=\"applabel\">" +
|
||||
|
||||
Reference in New Issue
Block a user