From 09ca39fd085595f791bec6f8e8c154b4a22d3b1e Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 31 Oct 2013 22:08:10 -0700 Subject: provide an html src converter --- mod/rpost.php | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'mod/rpost.php') diff --git a/mod/rpost.php b/mod/rpost.php index 6173ca5e2..820799218 100644 --- a/mod/rpost.php +++ b/mod/rpost.php @@ -20,7 +20,6 @@ require_once('include/zot.php'); * remote_return= absolute URL to return after posting is finished * type= choices are 'html' or 'bbcode', default is 'bbcode' * - * currently content type is Red Matrix bbcode, though HTML is possible. This is left as an exercise for future developers */ @@ -85,13 +84,13 @@ function rpost_content(&$a) { )); - $a->page['htmlhead'] .= replace_macros(get_markup_template('jot-header.tpl'), array( - '$baseurl' => $a->get_baseurl(), - '$editselect' => (($plaintext) ? 'none' : '/(profile-jot-text|prvmail-text)/'), - '$ispublic' => ' ', // t('Visible to everybody'), - '$geotag' => $geotag, - '$nickname' => $channel['channel_address'] - )); +// $a->page['htmlhead'] .= replace_macros(get_markup_template('jot-header.tpl'), array( +// '$baseurl' => $a->get_baseurl(), +// '$editselect' => (($plaintext) ? 'none' : '/(profile-jot-text|prvmail-text)/'), +// '$ispublic' => ' ', // t('Visible to everybody'), +// '$geotag' => $geotag, +// '$nickname' => $channel['channel_address'] +// )); -- cgit v1.2.3