I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 79334afc authored by zzz's avatar zzz
Browse files

Console: Fix plugin icon-code images

parent c711d488
No related branches found
No related tags found
No related merge requests found
......@@ -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\">" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment