Anyone?
Also, I noticed something else.
All of the other options pages have a form that’s set to options.php; I’m guessing that’s the place that receives all of the settings, and does the actual updating. It looks like this:
<form method="post" action="options.php">
However, on the Reading options, it has:
<form name="form1" method="post" action="options.php">
Could this be setting it off?
Oh, and one more thing: in Firefox, it outputs it as a download. In Internet Explorer, I get a “Page Cannot Be Displayed” error.