Motion - Feature Request 2007x 11x 25x 064501

Feature Request: HTML output on motion control

Description

The HTML output on motion control isn't valid HTML to some extent. Sample:

<html><head></head>
<body>
<a href=/1/config/get><- back</a><br><br>
<b>Thread 1</b><br>
<li>text_left = Kamera 1&nbsp;&nbsp;&nbsp;&nbsp;<a href='/motion_guide/motion_guide.html#text_left' target=_blank>[help]</a></li></body>
</html>
The <li> Element is only valid within an <ul> Element. Parsing this with an HTML parser programmatically leads to errors. Either the <li> is ommited or an <ul>...</ul> is added.

The "<- back" isn't HTML either. The < must be encoded, so &lt;&ndash; would be the propper encoding for a text-like left arrow:

<– back

Can this be applied?

-- AxelAmthor - 25 Nov 2007

Follow up

This is actually a bug report. Naturally Motion should use valid html so I opened BugReport2007x11x25x102808

Comments

Topic revision: r2 - 25 Nov 2007, KennethLavrsen
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Please do not email Kenneth for support questions (read why). Use the Support Requests page or join the Mailing List.
This website only use harmless session cookies. See Cookie Policy for details. By using this website you accept the use of these cookies.