You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2014/12/22 13:22:11 UTC

[Bug 57386] html5 lost some comments

https://issues.apache.org/bugzilla/show_bug.cgi?id=57386

--- Comment #1 from veladeng@163.com ---
expect content:
<!-- ko if: job() -->
<tbody class="major-list" data-bind="foreach: job().submissions()">
    <tr class="main" data-bind="template: {name: 'job-list-history'} "></tr>
</tbody> 
<!-- /ko -->

but get 
<tbody class="major-list" data-bind="foreach: job().submissions()">
    <tr class="main" data-bind="template: {name: 'job-list-history'} "></tr>
</tbody> 
<!-- /ko -->

lost "<!-- ko if: job() -->"

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org