2
0
forked from Wavyzz/dolibarr

Debug v20

This commit is contained in:
Laurent Destailleur
2024-05-12 12:32:33 +02:00
parent 87c445bbf1
commit 74dd1ce7bb
3 changed files with 21 additions and 4 deletions

View File

@@ -1,10 +1,11 @@
<!-- 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">
<h1>__WEBPAGE_TITLE__</h1>
<h2>__WEBPAGE_TITLE2__</h2>
<h1>__(MyContainerTitle)__</h1>
<h2>__(MyContainerTitle2)__</h2>
<p>
__WEBPAGE_CONTENT
__(WEBPAGE_CONTENT)__
</p>
</section>