multiple block tags on one line bug
grray - January 12, 2009 - 11:33
| Project: | Rep[lacement]Tags |
| Version: | 6.x-1.x-dev |
| Component: | RepTag .tags module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Jump to:
Description
Steps to reproduce:
Create node with html code in one line like
<table><tr><td>{BLOCK:views:unanswered_questions-block_1}</td><td>{BLOCK:user:2}</td></tr></table>
(should be block by name followed by block by id)
Actual result: empty page
Expected result: page with two blocks
Patch attached
| Attachment | Size |
|---|---|
| blocks.diff | 1.04 KB |

#1
This patch is works for me. This bug arises in more tags too.