Page 1 of 1

raquo text in extended project

Posted: 29 Jun 2009, 14:09
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.

Re: raquo text in extended project

Posted: 30 Jun 2009, 13:42
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.

Re: raquo text in extended project

Posted: 10 Jun 2010, 10:51
by tiinar
Modify print_api.php as follows:
row 599: replace ’&raquo;’ with ’>>’
row 598: replace chr( 160 ); with ” ”;

Re: raquo text in extended project

Posted: 10 Jun 2010, 11:23
by atrol
Thanks for the information.
This is not reproducible when using version 1.2.1
Maybe you should upgrade