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:
Normann Lou 2012-05-04 15:56:58 +12:00
parent f545f52c1a
commit 440c96efb8
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
<div class="cms-content-toolbar">
<!--
<% include CMSPagesController_ContentToolActions %>
-->
<%--<% include CMSPagesController_ContentToolActions %>--%>
</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') %>">

View File

@ -6,7 +6,7 @@
<title>Print</title>
</head>
<!-- <body onload="window.print();"> -->
<%-- <body onload="window.print();"> --%>
<body>
<% control Form.Controller %>
<h1 style="margin-bottom: 0">$CurrentReport.Title</h1>