I have enabled the extended project $g_show_extended_project_browser = ON;
I when I select the extended project the sub-projects display a <?>» 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.
raquo text in extended project
Moderators: Developer, Contributor
raquo text in extended project
Last edited by maclark99 on 30 Jun 2009, 13:43, edited 1 time in total.
Re: raquo text in extended project
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.
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
Modify print_api.php as follows:
row 599: replace ’»’ with ’>>’
row 598: replace chr( 160 ); with ” ”;
row 599: replace ’»’ with ’>>’
row 598: replace chr( 160 ); with ” ”;