Remove errant plus signs from
Bug 590602 (bustage fix)
--- a/mobile/chrome/content/browser.xul
+++ b/mobile/chrome/content/browser.xul
@@ -589,21 +589,21 @@
<label value="&contextShareVideo.label;"/>
</richlistitem>
<richlistitem class="context-command" id="context-editbookmark" type="edit-bookmark" onclick="ContextCommands.editBookmark();">
<label value="&contextEditBookmark.label;"/>
</richlistitem>
<richlistitem class="context-command" id="context-removebookmark" type="edit-bookmark" onclick="ContextCommands.removeBookmark();">
<label value="&contextRemoveBookmark.label;"/>
</richlistitem>
-+#ifdef ANDROID
-+ <richlistitem class="context-command" id="context-select-input" type="input-text" onclick="ContextCommands.selectInput();">
-+ <label value="&inputMethod.label;"/>
-+ </richlistitem>
-+#endif
+#ifdef ANDROID
+ <richlistitem class="context-command" id="context-select-input" type="input-text" onclick="ContextCommands.selectInput();">
+ <label value="&inputMethod.label;"/>
+ </richlistitem>
+#endif
</richlistbox>
</vbox>
</hbox>
<!-- alerts for content -->
<hbox id="alerts-container" hidden="true" align="start" class="dialog-dark" bottom="0" right="0"
onclick="AlertsHelper.click(event);">
<image id="alerts-image"/>