Author Topic: Code v3.0.5 (WSB 2.13.0 r13): parse error when using "<textarea>"  (Read 1759 times)

Offline kuerbis42

  • Posts: 19
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

Offline hgs

  • Betatester
  • **
  • Posts: 1742
    • EFG MG
Re: Code v3.0.5 (WSB 2.13.0 r13): parse error when using "<textarea>"
« Reply #1 on: July 28, 2021, 07:58:58 AM »
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
LG Harald

"Fange nie an, aufzuhören - höre nie auf, anzufangen." Marcus Tullius Cicero (106-43 v.Chr.)

Offline dbs

  • Betatester
  • **
  • Posts: 8803
  • Gender: Male
  • tioz4ever
    • WebsiteBaker - jQuery-Plugins - Module - Droplets - Tests
« Last Edit: July 28, 2021, 09:05:50 AM by dbs »

Offline kuerbis42

  • Posts: 19
Re: Code v3.0.5 (WSB 2.13.0 r13): parse error when using "<textarea>"
« Reply #3 on: July 28, 2021, 09:06:49 AM »
Quote
https://forum.WebsiteBaker.org/index.php?topic=31683.0
Thx, yes, I did this today and it works.
For others, the workaround is this:
Code: [Select]
echo '<text'.'area>foobar</text'.'area>';It work's