Topic: Bug with "list" tags in forum

The list produces a crash: Error 500

I already reported this to the PunBB developers with little hope they will fix it.

I may fix it from my end.

The following code leads to a crash.

[list]
    [*]Example list item 1.[/*]
    [*]Example list item 2.[/*]
    [*]Example list item 3.[/*]
[/list]

If you decide to use a list, use "*" instead.
    * Example list item 1.
    * Example list item 2.
    * Example list item 3.

Trade Safe!

Re: Bug with "list" tags in forum

Fixed!

  • Example list item 1.

  • Example list item 2.

  • Example list item 3.