View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005116 | Composr alpha bug reports | [All Projects] General / Uncategorised | public | 2022-12-02 01:15 | 2022-12-02 20:12 |
Reporter | Patrick Schmalstig | Assigned To | Chris Graham | ||
Severity | Minor-bug | ||||
Status | resolved | Resolution | fixed | ||
Summary | 0005116: strip_html is joining words together between different HTML tags | ||||
Description | Let's say I have the following HTML: <h1>This is a title</h1> <\p>This is some text<\/p> The strip_html result of this will become the following: This is a titleThis is some text It does not add a space between title and This, which causes problems such as a SEO keyword becoming "titleThis" . | ||||
Additional Information | The issue seems to be PHP's strip_tags function. May need to add whitespace before calling this? | ||||
Tags | No tags attached. | ||||
Sponsorship open | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-12-02 01:15 | Patrick Schmalstig | New Issue | |
2022-12-02 01:15 | Patrick Schmalstig | Status | non-assigned => assigned |
2022-12-02 01:15 | Patrick Schmalstig | Assigned To | => Chris Graham |
2022-12-02 01:16 | Patrick Schmalstig | Description Updated | View Revisions |
2022-12-02 01:17 | Patrick Schmalstig | Note Added: 0007767 | |
2022-12-02 20:12 | Chris Graham | Status | assigned => resolved |
2022-12-02 20:12 | Chris Graham | Resolution | open => fixed |
2023-02-26 18:29 | Chris Graham | Category | General => General / Uncategorised |