mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
BUGFIX: replace "<!-- -->" with "<%-- --%>" for the blocks that are definately not needed to be processed by SSViewer to limit the chances of producing nested html comment tag "<!--<!-- -->-->"
This commit is contained in:
parent
f545f52c1a
commit
440c96efb8
@ -1,7 +1,5 @@
|
|||||||
<div class="cms-content-toolbar">
|
<div class="cms-content-toolbar">
|
||||||
<!--
|
<%--<% include CMSPagesController_ContentToolActions %>--%>
|
||||||
<% include CMSPagesController_ContentToolActions %>
|
|
||||||
-->
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="ss-dialog cms-page-add-form-dialog cms-dialog-content" id="cms-page-add-form" title="<% _t('CMSMain.AddNew', 'Add new page') %>">
|
<div class="ss-dialog cms-page-add-form-dialog cms-dialog-content" id="cms-page-add-form" title="<% _t('CMSMain.AddNew', 'Add new page') %>">
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<title>Print</title>
|
<title>Print</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<!-- <body onload="window.print();"> -->
|
<%-- <body onload="window.print();"> --%>
|
||||||
<body>
|
<body>
|
||||||
<% control Form.Controller %>
|
<% control Form.Controller %>
|
||||||
<h1 style="margin-bottom: 0">$CurrentReport.Title</h1>
|
<h1 style="margin-bottom: 0">$CurrentReport.Title</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user