• When we translate the language using transposh, Data inside <p> tag get enclosed in extra span whih is causing the issue

    <p> lorem ipsum </p>

    is converted into

    <p><span data=”lorem ipsum”></span></p>

    any way to getrid of <span>

    Thanks
    Gaurav
    [email protected]

  • The topic ‘Transpose plugin adding span’ is closed to new replies.