Author: ho94949
Description:
There is Validate Eroor in Ver.1.16
First, There is no li tag between ul and /ul tag
That caused of Vector.php Line, 705 $this->data['variant_urls'] is empty so no li tag.
So please print ul tag after check li tag is not empty.
Second,There is Headline validate error.
CoreParserFunctions.php Line, 555 Function anchorencode ( replace % to . after urlencode)during function there is dot. '.'is not validate but XHTML 1.0 C.8. Regular expression ( [A-Za-z][A-Za-z0-9:_.-]* ) if first dot come then have a error.
So please enter string that can express with regular expression, for example w
:[A-Za-z][A-Za-z0-9:_.-]*
- I'm not English and I'm not good at English. So there might be some translate or grammar error. --
Version: 1.16.x
Severity: enhancement