Hi, unfortunately I' ve an error within the module "Code v3.0.5".
for better visibility, I made screen shots, but here a short explanation:
Insert an code-block, enter the following code snip:
echo '<form><textarea>nothing there</textarea><input type"text" name="name" value="know you find it here" ></form>';
Press save an look at the result.
I found out, that the "keyword" is </textarea> within the "code editor"
But at the frontpage, this breaks at <textarea>
So, something in paring "textarea" wents wrong
This breaks the code-editor after reload the editing page (see attachment containing a picture).
Greets Kuerbis42
Please update to the currently released version WB 2.13 r63 and see if the error is gone.http://wiki.WebsiteBaker.org/doku.php/en/downloads
Thanks
And try this: https://forum.WebsiteBaker.org/index.php?topic=31683.0 (https://forum.websitebaker.org/index.php?topic=31683.0)
Quotehttps://forum.WebsiteBaker.org/index.php?topic=31683.0
Thx, yes, I did this today and it works.
For others, the workaround is this:
echo '<text'.'area>foobar</text'.'area>';
It work's