Changeset 620 for trunk/FeedsWidget

Show
Ignore:
Timestamp:
04/15/08 21:55:03 (2 years ago)
Author:
jallen
Message:

Fixed missing quote which destroyed the display and functionality of the widget

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/FeedsWidget/plugins/FeedsWidget/tmpl/widget.tmpl

    r294 r620  
    6767        <select id="select_widget" onchange="toggleFeedBlock(this)" style="margin-bottom: 0.25em;"> 
    6868        <mt:loop name="feed_loop"> 
    69             <option value="<mt:var name="__count__>"><mt:var name="feed_title"></option> 
     69            <option value="<mt:var name="__count__">"><mt:var name="feed_title"></option> 
    7070        </mt:loop> 
    7171        </select>