EPUB2596 - Fix Custom Page.asp
EPUB2596 was an issue that came up after version 2024.1 was initially released that caused search highlighting to fail in Reverb 2.0.
Does this affect you?
If the answer is Yes to all of the following questions, then this solution affects you.
Was your project's target output format: WebWorks Reverb 2.0?
Does your project have a customization for Page.asp
?
Was this done using build 2024.1.4577 or earlier?
Was your project using base format version: 2024.1?
Steps to migrate your custom Page.asp
In your Designer project, select the menu Advanced > Manage Format Customizations or Manage Target Customizations
Locate Page.asp
underneath Pages/scripts
. It should be in bold. If not, then it is not customized and this technical note does not apply to you.
Right-click Page.asp
and select View File Differences
See image below to insert the missing lines into your custom Page.asp
file.
Lines to insert are:
<script type="text/javascript" src="scripts/search-client.js" wwpage:attribute-src="copy-relative-to-output-root"></script>
<script type="text/javascript" src="scripts/unidata.js" wwpage:attribute-src="copy-relative-to-output-root"></script>
<script type="text/javascript" src="scripts/unibreak.js" wwpage:attribute-src="copy-relative-to-output-root"></script>
Last modified date: 02/22/2025