Loading...
 
Skip to main content

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
(0)
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>


Solution
<div class="box"> <div class="box-title"> <strong>{$poll_title}</strong><br /> </div> <div class="box-data">

{$menu_info.name}

</div> </div>
Importance
1 low
Easy to solve?
8
Priority
8
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
887
Created
Friday 22 September, 2006 03:24:24 UTC
by Unknown
LastModif
Wednesday 20 June, 2007 18:09:39 UTC


Show PHP error messages