Defect #172
closedTable of content display error
0%
Description
{{toc}} does not display as the yellow box but display as the single line of link.
I attached the wiki and html files in html.zip.
I used firefox save page complete mode to save the css and javascript.
Configuration of my system.
- windows as the server
- ruby 1.8.6
- rails 1.2.6
- redmine v0.6.3
- mongrel 1.1.3
- mongrel service 0.3.3
- redcloth 3.0.4
- coderay 0.7.4.215
I also found that code section display correct format but no color.
Files
Updated by Jean-Philippe Lang over 17 years ago
The css looks fine but not the html.
A div with 'wiki' class is missing. This div is added in this
view:
http://www.redmine.org/repositories/entry/redmine/trunk/app/views
/wiki/_content.rhtml
Is it a fresh 0.6.3 install or an upgrade ?
Updated by Praphan Theeravanvilai over 17 years ago
I check with my redmine directory,
D:\redmine\app\views\wiki\_content.rhtml, had the same
content with the trunk
Updated by Jean-Philippe Lang over 17 years ago
OK, i thought it was on a wiki page but it's on a document
description. Toc is not displayed properly on that view, I'll
fix it.
Updated by Jean-Philippe Lang over 17 years ago
Fix committed in trunk in r1035.
I'll port it to the 0.6 stable branch this week-end.
Updated by Praphan Theeravanvilai over 17 years ago
I download r1039 from trunk, it works now.
Khob Khun Krub (Thanks you in Thai)
Praphan Theeravanvilai
Updated by Guest Test almost 17 years ago
- Status changed from Closed to Reopened
Im having problems with the Table of Contents element in the wiki...
{{toc}} does not display as the yellow box. It just displays as {{toc}}
i.e. {{toc}}1. Support Tickets handling using RT.
I have the following setup:
Rails 2.0.2
ruby 1.8.6
redmine-0.7.1
Please advice,
Luis
Updated by Jean-Philippe Lang almost 17 years ago
- Status changed from Reopened to Closed
Please attach the exact original text where the toc is not rendered so I can reproduce this problem.