Changes between Initial Version and Version 1 of Ticket #7645


Ignore:
Timestamp:
Aug 25, 2015, 3:50:06 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Fixed in [8676].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7645

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #7645 – Description

    initial v1  
    11Before [source:editfilesplugin/0.11/edit_file/edit_file.py#L79 line#79]
    22
    3 {{{
     3{{{#!python
    44        return 'edit_file.html', {'edit_file':edit_file,
    55                                  'file_data':current}
     
    88insert:
    99
    10 {{{
     10{{{#!python
    1111        from trac.util.text import to_unicode
    1212        current = to_unicode(current)