PKP Bugzilla – Bug 2190
Define Terms does not work when path_info disabled
Last modified: 2006-05-26 13:44:23 PDT
To correct this: Edit templates/article/article.tpl, and in the line (139): document.ondblclick = new Function("openSearchTermWindow('{/literal}{url page="rt" op="context" path=$articleId|to_array:$galleyId:$defineTermsContextId}{literal}')"); ...add escape=false to the URL call, resulting in: document.ondblclick = new Function("openSearchTermWindow('{/literal}{url page="rt" op="context" path=$articleId|to_array:$galleyId:$defineTermsContextId escape=false}{literal}')");