Ticket #7037 (closed defect: worksforme)
Ticket : formatting oddities
| Reported by: | jouvin@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi,
When entering the text below in a ticket description without enclosing between {{{}}}, line feed are not preserved after Local Variables. trac.ini contains preserve_newlines = default in [ticket] section.
The same already happened in 0.10.4.
Michel
* File "/tmp_mnt/www/Web/servers/trac/0.11-b2/lib/python2.4/site-packages/Trac-0.11b2-py2.4.egg/trac/web/main.py", line 419, in _dispatch_request
Code fragment:
414. try:
415. if not env and env_error:
416. raise HTTPInternalError(env_error)
417. try:
418. dispatcher = RequestDispatcher(env)
419. dispatcher.dispatch(req)
420. except RequestDone:
421. pass
422. resp = req._response or []
423.
424. except HTTPException, e:
Local variables:
Name Value
after [' except RequestDone:', ' pass', ' resp = ...
before [' try:', ' if not env and env_error:', ' raise ...
dispatcher <trac.web.main.RequestDispatcher object at 0x14174bc10>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


