Changeset 4015

Show
Ignore:
Timestamp:
07/15/08 00:08:37 (4 months ago)
Author:
gotoh
Message:

Fix bug of using 'summary' option.
(This is a mistake by hand-merging in previous commit)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ticketboxmacro/0.10/TicketBox.py

    r3958 r4015  
    155155 
    156156    if show_summary: 
    157         html = string.join([wiki_to_oneliner("%s (#%d)" % (summaries[n]), 
     157        html = string.join([wiki_to_oneliner("%s (#%d)" % (summaries[n], n), 
    158158                                             env, env.get_db_cnx()) for n in items], "<br>") 
    159159    else: 
  • ticketboxmacro/0.9/TicketBox.py

    r3958 r4015  
    145145 
    146146    if show_summary: 
    147         html = string.join([wiki_to_oneliner("%s (#%d)" % (summaries[n]), 
     147        html = string.join([wiki_to_oneliner("%s (#%d)" % (summaries[n], n), 
    148148                                             env, env.get_db_cnx()) for n in items], "<br>") 
    149149    else: