Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 10765487

    (@anonymized-10765487)

    Sorry I missed that support !

    You can do this by deleting one function from the line where description is set (the final line).

    Replace this code :

    $output .= '<meta name="twitter:description" content="' . jm_tc_remove_lb($cardDescription) . '"/>' . "\n";

    with :

    $output .= '<meta name="twitter:description" content="' .$cardDescription . '"/>' . "\n";

    This should be located at line 882

    Thread Starter ajokano

    (@ajokano)

    Just perfect! thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘line breaks ends in no spaces’ is closed to new replies.