mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 07:06:30 +02:00
MySQL error message fix. Custom Page userclass fix. Media-manager import fix for files contained '%'. XML DB export fix. Other News custom caption fix. FB Like menu without app_id fix.
This commit is contained in:
@@ -1451,7 +1451,7 @@ class e_parse_shortcode
|
||||
$pid = $this->editableCodes['pid'];
|
||||
$id = intval($var[$pid]);
|
||||
|
||||
$attributes = "contenteditable='true' class='e-editable-front' data-edit-id='".$id."' data-edit-sc='".$lcode."' ";
|
||||
$attributes = "title='".LAN_EDIT."' contenteditable='true' class='e-editable-front' data-edit-id='".$id."' data-edit-sc='".$lcode."' ";
|
||||
|
||||
return ($container == 'div') ? "<div ".$attributes." >".$text."</div>" : "<span ".$attributes." >".$text."</span>";
|
||||
|
||||
|
Reference in New Issue
Block a user