https://bugzilla.wikimedia.org/show_bug.cgi?id=39617

Brad Jorsch <bjor...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bjor...@wikimedia.org

--- Comment #11 from Brad Jorsch <bjor...@wikimedia.org> ---
(In reply to comment #10)
> It's not clear to me why '</li>\n<li>' would not work

In PHP, escapes such as \n are only interpreted inside double-quoted strings.
When you use single quotes, it outputs \n literally. So using double quotes, as
in "</li>\n</li>", should work.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to