• I’m using WordPress 3.2.1 and the latests WP-SYNTAX.

    In the WYSIWYG editor, I have the folowing :

    <link rel="openid.server" href="http://id.domaine.fr/" />
    <link rel="openid2.provider" href="http://id.domaine.fr/" />

    I select thoses 2 lines, clic “Enclose with WP-Syntax”, and then the text disapear.
    Then in the HTML editor I have :

    <link rel="openid.server" href="http://id.domaine.fr/" />
    <link rel="openid2.provider" href="http://id.domaine.fr/" />

    And still the same text in the visual editor.

    Then I tried in the HTML editor to put :

    <pre escaped="true" lang="html"><link rel="openid.server" href="http://id.domaine.fr/" />
    <link rel="openid2.provider" href="http://id.domaine.fr/" /></pre>

    The result is OK, but if I switch to Visual editor, the text is deleted.

    What’s wrong here ?

    http://wordpress.org/extend/plugins/wp-syntax/

Viewing 1 replies (of 1 total)
  • I get a similar problem. I’ve tried various different combinations, and I just can’t get it to work.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Syntax] Text disapearing when enclosing’ is closed to new replies.