fix angle char storage and transmission, rev update
This commit is contained in:
parent
864b5fc256
commit
621e737826
5 changed files with 12 additions and 5 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue