User talk:199.67.236.234: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Tried to fix a type-o "reserach" -> "research." However, now the embedded google map is showing up as a link and not being interpreted correctly. Tried undo-ing my change, to no ...') |
No edit summary |
||
Line 1: | Line 1: | ||
Tried to fix a type-o "reserach" -> "research." However, now the embedded google map is showing up as a link and not being interpreted correctly. Tried undo-ing my change, to no effect. Hoping this some strange problem with my browser . . . | Tried to fix a type-o "reserach" -> "research." However, now the embedded google map is showing up as a link and not being interpreted correctly. Tried undo-ing my change, to no effect. Hoping this some strange problem with my browser . . . | ||
---- | |||
* Not a browser problem. MediaWiki helpfully changes | |||
<pre> | |||
<ehtml> to <eehtml>, <eehtml> to <eeehtml>, etc. when you save the page. | |||
</pre> | |||
* The only quick workaround I see (other than an extension) is to set $wgRawHtml='true' in LocalSettings.php for a few minutes, make the edits, then set it back to false. | |||
* Alternatively, you can set $wgRawHtml to true all the time, and restrict editing to approved users. | |||
* Leaving $wgRawHtml set to true all the time and allowing just anyone to edit is asking for trouble. |
Latest revision as of 04:12, 22 July 2009
Tried to fix a type-o "reserach" -> "research." However, now the embedded google map is showing up as a link and not being interpreted correctly. Tried undo-ing my change, to no effect. Hoping this some strange problem with my browser . . .
- Not a browser problem. MediaWiki helpfully changes
<ehtml> to <eehtml>, <eehtml> to <eeehtml>, etc. when you save the page.
- The only quick workaround I see (other than an extension) is to set $wgRawHtml='true' in LocalSettings.php for a few minutes, make the edits, then set it back to false.
- Alternatively, you can set $wgRawHtml to true all the time, and restrict editing to approved users.
- Leaving $wgRawHtml set to true all the time and allowing just anyone to edit is asking for trouble.