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

Lupo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |[email protected]
         Resolution|FIXED                       |---

--- Comment #4 from Lupo <[email protected]> ---
I don't think this is a good idea. Input

  &amp;quot;

I supposed to end up being displayed as

  &quot;

With your change (or even my suggested inversal of the replacements, see my
comment on the gerrit change), it'll end up being displayed as

  "

In Flinfo I've never found it necessary to do this. Flinfo does, however,
replace <strong></strong> and <b></b> by ''' and <em> or <i> by '', and escapes
the special characters {, }, | to &#x7B;, &#x7C;, &#x7D; to avoid that Flickr
descriptions containing these can break the enclosing {{information}} template.
Flinfo also transforms <a>-links to wikilinks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to