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

--- Comment #2 from Liangent <[email protected]> 2011-12-15 03:31:51 UTC ---
(In reply to comment #1)
> Is there an example where we would in fact want blank lines here? If so we'd
> still need to handle that first newline case.

<source lang="php">
    $a = 1;
    $b = 2;
</source>

generates

+--------------------------------------------------------------+
| $a = 1;                                                      |
|        $b = 2;                                               |
+--------------------------------------------------------------+

but this looks better:

+--------------------------------------------------------------+
|        $a = 1;                                               |
|        $b = 2;                                               |
+--------------------------------------------------------------+

This does not happen if I replace tabs with spaces.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to