raquo text in extended project

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
maclark99
Posts: 8
Joined: 29 Jun 2009, 13:57

raquo text in extended project

Post by maclark99 »

I have enabled the extended project $g_show_extended_project_browser = ON;

I when I select the extended project the sub-projects display a <?>&raquo; prepended to the project description.

There was mention of the wrong font being used but it has this behavior on multiple machines and the correct >> is displayed when not using the extended browser.

In addition I see this in both a Linux install of 1.1.8 Mantis and a Windows 1.1.6 Mantis.
Last edited by maclark99 on 30 Jun 2009, 13:43, edited 1 time in total.
maclark99
Posts: 8
Joined: 29 Jun 2009, 13:57

Re: raquo text in extended project

Post by maclark99 »

In addition I should have mentioned the versions I see this in.

I have both a 1.1.6 install and a 1.1.8 install one on a Linux server and one on a Windows server and they both do it.
tiinar
Posts: 2
Joined: 31 May 2010, 09:44

Re: raquo text in extended project

Post by tiinar »

Modify print_api.php as follows:
row 599: replace ’&raquo;’ with ’>>’
row 598: replace chr( 160 ); with ” ”;
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: raquo text in extended project

Post by atrol »

Thanks for the information.
This is not reproducible when using version 1.2.1
Maybe you should upgrade
Please use Search before posting and read the Manual
Post Reply