View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000314 | XMB1 | Bugs | public | 2009-03-22 12:59 | 2010-01-23 18:18 |
Reporter | John Briggs | Assigned To | miqrogroove | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.9.10 | ||||
Target Version | 1.9.11.06 | Fixed in Version | 1.9.11.06 | ||
Summary | 0000314: softerror() needs a break tag | ||||
Description | When an error is displayed in post there is no space bewteen the error message and the post body. | ||||
Steps To Reproduce | Flood control output error or too few many poll options will reproduce this issue every time wherever softerror() is used. | ||||
Additional Information | TO fix, simply replace return error($msg, FALSE, '', '', FALSE, FALSE, TRUE, FALSE); with return error($msg, FALSE, '', ' ', FALSE, FALSE, TRUE, FALSE); | ||||
Tags | No tags attached. | ||||
MySQL Version | |||||
PHP Version | |||||
Web Server | Apache | ||||
Browser | Firefox | ||||
Flags | |||||
Original Reporter | |||||
SVN Revision | 1858 | ||||
Git Commit | |||||
|
Seems easy enough. I assume this is a purely cosmetic preference? |
|
That's correct. |
|
The Break tag was removed but I think you know that. |
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 |