https://bugzilla.wikimedia.org/show_bug.cgi?id=41760
--- Comment #13 from Brad Jorsch <[email protected]> 2012-11-06 17:39:50 UTC --- Depending on your browser, there should be a "View Source" or "View Page Source" somewhere; Google for "how to view page source in $BROWSER" for the appropriate value of $BROWSER. Somewhere in all the HTML code you see, there should be something that resembles this: <input name="wpMinoredit" type="checkbox" value="1" tabindex="3" accesskey="i" id="wpMinoredit" /> What you're looking for begins with '<input', ends with '>', and has 'name="wpMinoredit"' in the middle. If you just copy and paste that tag in here, that will answer the question. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
