Typo in tiki-plugin_poll.tpl
- Status
- Closed
- Subject
- Typo in tiki-plugin_poll.tpl
- Version
- 1.9.x
- Category
- Error
- Feature
- Templates (Smarty)
Poll - Rating
- Description
File is delivered as below, thus causing the rest of the page after the embedded poll to be bolded.
<div class="box"> <div class="box-title"> <strong>{$poll_title}<strong><br /> </div> <div class="box-data">{$menu_info.name}
</div> </div>User errorPlugin argument(s) missing or invalid:- page
- Solution
- <div class="box">
<div class="box-title">
<strong>{$poll_title}</strong><br />
</div>
<div class="box-data">
{$menu_info.name}
</div> </div>User errorPlugin argument(s) missing or invalid:- page
- Importance
- 1 low
- Easy to solve?
- 8
- Priority
- 8
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is currently unavailableUnable to connect to show2.tiki.org. Please let us know of the problem so that we can do something about it. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is currently unavailableUnable to connect to show.tikiwiki.org. Please let us know of the problem so that we can do something about it. Thanks.
- Ticket ID
- 887
- Created
- Friday 22 September, 2006 03:24:24 UTC
by Unknown - LastModif
- Wednesday 20 June, 2007 18:09:39 UTC