Ticket Details

Rendering issue

RFC Ticket (pending)

###What happened:

Rendering issue when p is there . The first <p> tag is recognised and rendered properly, If another p tag comes the whole contents are marked inside code.

Please remove the below line from http://dev.lithify.me/drafts/source/en/03_request_response/03_helpers.wiki

{{{
<p>You should really check out
	<?=$this->awesomeLink->create('Lithium', 'http://lithify.me', array(
		'type' => 'super_cool'
	)) ?>
</p>
}}}

to see its rendered properly.

###What was expected:
- something else

Making it to div makes good. But not sure whether the issue arises when another div comes.
on 01.22.11 reported by: harikt

Updates

on 03.11.11 by harikt
Sorry two tickets happened to come .

Have fixed in my fork removing p tag. See http://dev.lithify.me/drafts/tickets/view/13

Thanks