Author: toad
Date: 2007-11-19 22:55:34 +0000 (Mon, 19 Nov 2007)
New Revision: 15863
Modified:
trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java
Log:
indent
Modified: trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java
2007-11-19 22:55:22 UTC (rev 15862)
+++ trunk/freenet/src/freenet/clients/http/BookmarkEditorToadlet.java
2007-11-19 22:55:34 UTC (rev 15863)
@@ -213,7 +213,7 @@
form.addChild("br");
if (("edit".equals(action) && bookmark
instanceof BookmarkItem) || "addItem".equals(action)) {
- BookmarkItem item =
(BookmarkItem) bookmark;
+ BookmarkItem item =
(BookmarkItem) bookmark;
String key =
(action.equals("edit") ? item.getKey() : "");
form.addChild("label", "for",
"key", (L10n.getString("BookmarkEditorToadlet.keyLabel") + ' '));
form.addChild("input", new
String[]{"type", "id", "name", "size", "value"}, new String []{"text", "key",
"key", "50", key});