trac-code-comments-plugin icon indicating copy to clipboard operation
trac-code-comments-plugin copied to clipboard

Minor fixes to the HTML table displaying the list of comments

Open SebDieBln opened this issue 2 years ago • 0 comments

  • Use correct CSS class trac-table (there was a typo)
  • Change column name from Date to Timestamp (the column contains timestamps not just dates)
  • Avoid highlighting the Author and Timestamp column (they used <th> instead of <td> for the values)

SebDieBln avatar Aug 30 '23 21:08 SebDieBln