Changeset 2628
- Timestamp:
- 09/11/07 11:20:10 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
peerreviewplugin/0.10/codereview/peerReviewCommentCallback.py
r2627 r2628 180 180 width = (5+nodesIn*factor); 181 181 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) + "\">" 183 183 if not first: 184 184 html += "<tr><td width=\"" + `width` + "px\"></td>"
