Skip to content

Commit

Permalink
BUGFIX: replace "<!-- -->" with "<%-- --%>"� for the blocks that are …
Browse files Browse the repository at this point in the history
…definately not needed to be processed by SSViewer to limit the chances of producing nested html comment tag "<!--<!-- -->-->"
  • Loading branch information
normann committed May 4, 2012
1 parent f545f52 commit 440c96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions templates/Includes/CMSMain_ListView.ss
@@ -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') %>">
Expand Down
2 changes: 1 addition & 1 deletion templates/SSReportTableField_printable.ss
Expand Up @@ -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>
Expand Down

0 comments on commit 440c96e

Please sign in to comment.