Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11406


Ignore:
Timestamp:
Dec 17, 2013, 2:31:22 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11406 – Description

    initial v1  
    11On 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.
    22
    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.
     3The 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:
    44{{{#!pycon
    55$ grep -R "diff_view\.html" trac --exclude-dir=locale --exclude=*.pyc