Skip to content

Commit

Permalink
Tiny indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AC4BB21B committed Oct 5, 2021
1 parent 446b530 commit f498203
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/freenet/clients/http/PproxyToadlet.java
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,8 @@ private void showOfficialPluginLoader(ToadletContext toadletContext, HTMLNode co
new String[] { "radio", "plugin-name", pluginDescription.name, "radioPlugin" + pluginDescription.name });
option.addChild("label",
new String[] { "for" },
new String[] { "radioPlugin" + pluginDescription.name }).addChild("i", pluginDescription.getLocalisedPluginName());
new String[] { "radioPlugin" + pluginDescription.name }
).addChild("i", pluginDescription.getLocalisedPluginName());
if(pluginDescription.deprecated)
option.addChild("b", " ("+l10n("loadLabelDeprecated")+")");
if(pluginDescription.experimental)
Expand Down

0 comments on commit f498203

Please sign in to comment.