[Issue#178] G-Code list view renders “<" as html

未分类 bolang 6个月前 (10-14) 45次浏览

Issue #178 | 状态: 已关闭 | 作者: fragmuffin | 创建时间: 2017-07-16

标签: 🐛 bug


Comments are rendered as unsafe HTML.

For example, the gcode:

G90 G98 F50
(expanded: )
G00 X9 Y-10.5

will render in the gcode list as:

* G90 G98 F50
* (expanded: )
* G00 X9 Y-10.5


评论 (3)

#1 – cheton 于 2017-07-16

Thank you for reporting this issue. The bug has been fixed in the master branch, and the fix will be included in the next release. 😃


#2 – fragmuffin 于 2017-07-19

Oh! That’s excellent news.

Thank you


#3 – cheton 于 2017-07-21

Fixed in 1.9.7


原始Issue: https://github.com/cncjs/cncjs/issues/178

喜欢 (0)