Fix template

This commit is contained in:
Laurent Destailleur 2019-08-15 23:54:33 +02:00
parent 0045428c6c
commit bf6f92edf8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<!-- Enter here your HTML content. Add and if and tag contenteditable="true" if you want to use the inline editor for the content -->
<!-- Enter here your HTML content. Add a section with an id tag and tag contenteditable="true" if you want to use the inline editor for the content -->
<section id="div1" class="dolcontenteditable" style="text-align: center" contenteditable="true">
<br>
__(MyContainerTitle)__

View File

@ -1,3 +1,3 @@
<!-- Enter here your HTML content. Add and if and tag contenteditable="true" if you want to use the inline editor for the content -->
<!-- Enter here your HTML content. Add a section with an id tag and tag contenteditable="true" if you want to use the inline editor for the content -->
<section id="mysection1" contenteditable="true">
</section>