fix angle char storage and transmission, rev update

This commit is contained in:
friendica 2012-08-03 18:33:11 -07:00
commit 621e737826
5 changed files with 12 additions and 5 deletions

View file

@ -438,6 +438,7 @@ function item_post(&$a) {
$body = bb_translate_video($body);
/**
* Fold multi-line [code] sequences
*/
@ -446,6 +447,8 @@ function item_post(&$a) {
$body = scale_external_images($body,false);
/**
* Look for any tags and linkify them
*/