mirror of
https://github.com/humhub/humhub.git
synced 2025-01-18 06:38:14 +01:00
Fixed wrong concatenation operator
This commit is contained in:
parent
55c45bc8dc
commit
4d0b242a3f
@ -6,7 +6,7 @@ use yii\helpers\Url;
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<div class="content_edit" id="post_edit_<?php echo $post->id; ?>">
|
<div class="content_edit" id="post_edit_<?php echo $post->id; ?>">
|
||||||
<?php $form = CActiveForm::begin(['id' => 'post-edit-form_'+$post->id]); ?>
|
<?php $form = CActiveForm::begin(['id' => 'post-edit-form_' . $post->id]); ?>
|
||||||
|
|
||||||
<!-- create contenteditable div for HEditorWidget to place the data -->
|
<!-- create contenteditable div for HEditorWidget to place the data -->
|
||||||
<div id="post_input_<?php echo $post->id; ?>_contenteditable" class="form-control atwho-input"
|
<div id="post_input_<?php echo $post->id; ?>_contenteditable" class="form-control atwho-input"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user