• Do
not register here on develop.twiki.org, login with your twiki.org account.
• Use
Item7848 for generic
doc work for TWiki-6.1.1. Use
Item7851 for doc work on
extensions that are not part of a release.
More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
• Does this site look broken?. Use the LitterTray web for test cases.
Item7165: Literal tags are removed under some cercumstances
Item Form Data
AppliesTo: |
Component: |
Priority: |
CurrentState: |
WaitingFor: |
TargetRelease |
ReleasedIn |
Engine |
|
Normal |
Closed |
|
major |
6.0.0 |
Detail
If the literal tag is used in the head tag of a page, the tag and its content are removed.
For example,
<head>
<literal>
<title>Foo</Title>
</literal>
</head>
ends up being:
<head>
<!--literal0-->
</head>
This is caused by TWiki::Render::getRenderedVersion() putting back taken-out blocks in an incorrect order.
--
TWiki:Main/HideyoImazu
- 2013-02-26