|  | spacomp, this issue is not reproducible with current version of MantisBT.Feel free to reopen the issue if there are still problems after upgrading.
 Seems to be fixed since version 1.2.1, see also 0010877
 | 
|  | 
	|  | Here is a solution for it [Though Partial] core/html_api.php | 4 ++--1 files changed, 2 insertions(+), 2 deletions(-)
 diff --git a/core/html_api.php b/core/html_api.phpindex 2aec873..f0bd26c 100644
 --- a/core/html_api.php
 +++ b/core/html_api.php
 @@ -341,12 +341,12 @@ function html_title( $p_page_title = null ) {
 */
 function html_css() {
 $t_css_url = config_get( 'css_include_file' );
 
echo "\t", '<link rel="stylesheet" type="text/css" href="', helper_mantis_url( $t_css_url ), '" />', "\n";
echo "\t", '<link rel="stylesheet" type="text/css" href="', string_sanitize_url( helper_mantis_url( $t_css_url ), true ), '" />', "\n"; Add right-to-left css if neededif( lang_get( 'directionality' ) == 'rtl' ) {$t_css_rtl_url = config_get( 'css_rtl_include_file' );
echo "\t", '<link rel="stylesheet" type="text/css" href="', helper_mantis_url( $t_css_rtl_url ), '" />', "\n";echo "\t", '<link rel="stylesheet" type="text/css" href="', string_sanitize_url( helper_mantis_url( $t_css_rtl_url ), true ), '" />', "\n";}
 | 
|  | 
	|  | <<<<<<<Following change in code will give a partial solution>>>>>>core/html_api.php | 4 ++--1 files changed, 2 insertions(+), 2 deletions(-)
 diff --git a/core/html_api.php b/core/html_api.phpindex 2aec873..f0bd26c 100644
 --- a/core/html_api.php
 +++ b/core/html_api.php
 @@ -341,12 +341,12 @@ function html_title( $p_page_title = null ) {
 */
 function html_css() {
 $t_css_url = config_get( 'css_include_file' );
 
echo "\t", '<link rel="stylesheet" type="text/css" href="', helper_mantis_url( $t_css_url ), '" />', "\n";
echo "\t", '<link rel="stylesheet" type="text/css" href="', string_sanitize_url( helper_mantis_url( $t_css_url ), true ), '" />', "\n"; Add right-to-left css if neededif( lang_get( 'directionality' ) == 'rtl' ) {$t_css_rtl_url = config_get( 'css_rtl_include_file' );
echo "\t", '<link rel="stylesheet" type="text/css" href="', helper_mantis_url( $t_css_rtl_url ), '" />', "\n";echo "\t", '<link rel="stylesheet" type="text/css" href="', string_sanitize_url( helper_mantis_url( $t_css_rtl_url ), true ), '" />', "\n";}
 But I have a issue with the CLUBBING the various bulleted points being clubbed as mass string of characters. Please see the attached image - "Clubbed_Characters.JPG" | 
|  | 
	|  | But I have a issue with the CLUBBING the various bulleted points being clubbed as mass string of characters. Please see the attached image - "Clubbed_Characters.JPG" | 
|  | 
	|  | The issue concerrning css/default.css is fixed.I will report another issue for the problem mentioned at 0011496:0027490
 | 
|  | 
	|  | @atrol, you did not set the fixed in version, and there are no changesets attached to this - is "fixed" the right resolution code ? | 
|  | 
	|  | @dregad, thanks for the hint.Part 1 of the issue is a duplicate of 0010877 where you can find the changesets.
 I reported 0013941 for part 2 of the issue.
 | 
|  |