Changeset 2628

Show
Ignore:
Timestamp:
09/11/07 11:20:10 (1 year ago)
Author:
djeebus
Message:

Fixed another problem with coercing longs to strings. Can now expand/collapse comment trees.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • peerreviewplugin/0.10/codereview/peerReviewCommentCallback.py

    r2627 r2628  
    180180        width = (5+nodesIn*factor); 
    181181         
    182         html = "<table width=\"400px\" style=\"border-collapse: collapse\" id=\"" + `comment.IDParent` + ":" + `comment.IDComment` + "\">" 
     182        html = "<table width=\"400px\" style=\"border-collapse: collapse\" id=\"" + str(comment.IDParent) + ":" + str(comment.IDComment) + "\">" 
    183183        if not first: 
    184184            html += "<tr><td width=\"" + `width` + "px\"></td>"