Changes between Initial Version and Version 1 of Ticket #11406
- Timestamp:
- Dec 17, 2013, 2:31:22 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11406 – Description
initial v1 1 1 On a page such as `/wiki/WikiStart?action=diff&version=2`, the `diff.css` stylsheet is added to the page twice. I noticed this when trying to modify the CSS in the browser while working on #11403. 2 2 3 The issue happens for all the cases in which `diff_view.html` is used, since for each case there is a call to `add_stylesheet` in the Python code .3 The issue happens for all the cases in which `diff_view.html` is used, since for each case there is a call to `add_stylesheet` in the Python code as well as the linking of the stylesheet in the template code: 4 4 {{{#!pycon 5 5 $ grep -R "diff_view\.html" trac --exclude-dir=locale --exclude=*.pyc