View Issue Details

IDProjectCategoryView StatusLast Update
0011109mantisbtbugtrackerpublic2010-09-19 03:13
Reporteralexsolo Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version1.2.0rc2 
Summary0011109: view.php can't display multi-line description.
Description

It was'n fixed in 1.2.x branch (tried 1.2.0rc2, 1.3.0dev 2009-11-02-master-20f9c65)

TagsNo tags attached.
Attached Files
view.php.jpg (47,441 bytes)   
view.php.jpg (47,441 bytes)   
bug_update_page.php.png (18,573 bytes)   
bug_update_page.php.png (18,573 bytes)   

Activities

rombert

rombert

2009-11-02 08:20

reporter   ~0023538

Can you be a little more explicit? A screenshot would be nice.

alexsolo

alexsolo

2009-11-02 08:30

reporter   ~0023539

Last edited: 2009-11-02 08:32

Screenshots and result html for v1.3.0dev 2009-07-27-master-66e037f. You can see that there isn't [br] tag after the first 'test' line.

alexsolo

alexsolo

2009-11-02 09:15

reporter   ~0023542

I've fixed it myself :)

\core'string_api.php

function string_display_links( $p_string ) {
$t_data = string_nl2br( $p_string );
$t_data = event_signal( 'EVENT_DISPLAY_FORMATTED', $t_data, true );
return $t_data;
}

atrol

atrol

2010-06-18 11:03

developer   ~0025901

alexsolo this issue is not reproducible with current version of MantisBT.
Feel free to reopen the issue if there are still problems after upgrading.