Code review comment for lp:~jtv/lazr-js/bug-427263

Revision history for this message
Michael Nelson (michael.nelson) wrote :

Great find Jeroen!

So I'm guessing we'll need to update the text edit widget in LP to include &zwnj?

As discussed, in lib/canonical/widgets/lazrjs.py:

    TRIGGER_TEMPLATE = dedent(u"""\
        <a href="%(edit_url)s" class="yui-editable_text-trigger sprite edit"
        ></a>
        """)

review: Approve (code)

« Back to merge proposal