Edgewall Software

Changes between Initial Version and Version 7 of Ticket #345


Ignore:
Timestamp:
Sep 21, 2008, 11:00:27 PM (16 years ago)
Author:
osimons
Comment:

Resetting to actual status from before butchering and well-meaning 'fix' :-)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #345

    • Property Status newclosed
    • Property Priority normallow
    • Property Milestone0.7.1
    • Property Resolutionfixed
    • Property Severity minortrivial
  • Ticket #345 – Description

    initial v7  
    11While looking at the code of source:/trunk/trac/Mimeview.py#464, I noticed that the wrong MIME type is being registered for the 'wml' extension:
    2 {{
     2{{{
    33  'vrml':'model/vrml',
    44  'wml':'model/vrml',
    5 }}
     5}}}
    66
    77This is probably just a typo and should be:
    8 {{
     8{{{
    99  'vrml':'model/vrml',
    1010  'wrl':'model/vrml',
    11 }}
     11}}}
    1212
    1313If the 'wml' extension is to be registered, the correct MIME type would be 'text/vnd.wap.wml'. But I don't think !SilverCity or Enscript support WML, anyway.