View Issue Details

IDProjectCategoryView StatusLast Update
0000314XMB1Bugspublic2010-01-23 18:18
ReporterJohn Briggs Assigned Tomiqrogroove  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version1.9.10 
Target Version1.9.11.06Fixed in Version1.9.11.06 
Summary0000314: softerror() needs a break tag
DescriptionWhen an error is displayed in post there is no space bewteen the error message and the post body.
Steps To ReproduceFlood control output error or too few many poll options will reproduce this issue every time wherever softerror() is used.
Additional InformationTO fix, simply replace

return error($msg, FALSE, '', '', FALSE, FALSE, TRUE, FALSE);

with

return error($msg, FALSE, '', '
', FALSE, FALSE, TRUE, FALSE);
TagsNo tags attached.
MySQL Version
PHP Version
Web ServerApache
BrowserFirefox
Flags
Original Reporter
SVN Revision1858
Git Commit

Activities

miqrogroove

2009-03-22 13:12

administrator   ~0000187

Seems easy enough. I assume this is a purely cosmetic preference?

John Briggs

2009-03-23 16:22

reporter   ~0000191

That's correct.

John Briggs

2009-03-23 16:22

reporter   ~0000192

The Break tag was removed but I think you know that.

Issue History

Date Modified Username Field Change
2009-03-22 12:59 John Briggs New Issue
2009-03-22 12:59 John Briggs Web Server => Apache
2009-03-22 12:59 John Briggs Browser => Firefox
2009-03-22 13:12 miqrogroove Note Added: 0000187
2009-03-22 13:12 miqrogroove Severity minor => tweak
2009-03-22 13:12 miqrogroove Status new => acknowledged
2009-03-22 13:12 miqrogroove Projection none => tweak
2009-03-22 13:12 miqrogroove Product Version 1.9.11.05 => 1.9.10
2009-03-22 13:12 miqrogroove Target Version => 1.9.11.06
2009-03-23 16:22 John Briggs Note Added: 0000191
2009-03-23 16:22 John Briggs Note Added: 0000192
2009-03-26 01:01 miqrogroove Status acknowledged => assigned
2009-03-26 01:01 miqrogroove Assigned To => miqrogroove
2009-03-26 01:11 miqrogroove SVN Revision => 1858
2009-03-26 01:11 miqrogroove Status assigned => resolved
2009-03-26 01:11 miqrogroove Fixed in Version => 1.9.11.06
2009-03-26 01:11 miqrogroove Resolution open => fixed
2010-01-23 18:18 miqrogroove Status resolved => closed