Page MenuHomePhabricator

Default MediaWiki:Confirmrecreate produces incorrect output when the delete reason was empty
Closed, ResolvedPublic

Description

Author: mike.lifeguard+bugs

Description:
Shows the output mentioned

Attaching a screenshot momentarily. If the deletion reason was empty then this message outputs a single indented apostophe, which it shouldn't do. Maybe just use

:"$2" instead of putting it in italics - then you'll see "" when the reason is empty, which is correct though a bit ugly. Better would be to conditionally output that part of the message.


Version: unspecified
Severity: minor

Attached:

Screenshot.png (246×388 px, 17 KB)

Details

Reference
bz18937

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:39 PM
bzimport set Reference to bz18937.
bzimport added a subscriber: Unknown Object (MLST).

mike.lifeguard+bugs wrote:

This has nothing to do with SVG rasterization.

happy.melon.wiki wrote:

Can't conditionally output, no #if: in core. Just adding a space to the default message would avoid breaking the formatting, or use <i></i> tags.

happy.melon.wiki wrote:

Fixed in r85020.