diff options
Diffstat (limited to 'src/view/templates/post_block.php')
-rw-r--r-- | src/view/templates/post_block.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/templates/post_block.php b/src/view/templates/post_block.php index d88d780..9d01513 100644 --- a/src/view/templates/post_block.php +++ b/src/view/templates/post_block.php | |||
@@ -5,7 +5,7 @@ | |||
5 | <script> | 5 | <script> |
6 | var clone<?= $this->id_node ?> = document.currentScript.previousElementSibling.cloneNode(true); | 6 | var clone<?= $this->id_node ?> = document.currentScript.previousElementSibling.cloneNode(true); |
7 | </script> | 7 | </script> |
8 | <div class="<?= $section_child_class ?>"> | 8 | <div class="section_child" style="<?= $cols_min_width ?>"> |
9 | <?= $content ?> | 9 | <?= $content ?> |
10 | </div> | 10 | </div> |
11 | </section> \ No newline at end of file | 11 | </section> \ No newline at end of file |