Help for this page

Select Code to Download


  1. or download this
    # while generating the <head> part
    if($usersettings[markuptype] eq 'html' &&
    ...
        # This way it should not conflict with content security policy
        $html .= '<script type="text/javascript" src="/static/ckeditor_per
    +lmonks.js"></script>';
    }