r9428 - apps/gobi/trunk/extensions/search/Page
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes
Date: 2008-12-13 01:14:45 +0100 (Sat, 13 Dec 2008)
New Revision: 9428
Modified:
apps/gobi/trunk/extensions/search/Page/hit.skin
Log:
Use "this" as macro handler instead of "page".
Details at http://dev.helma.org/trac/helma/changeset/9428
Modified: apps/gobi/trunk/extensions/search/Page/hit.skin
===================================================================
--- apps/gobi/trunk/extensions/search/Page/hit.skin 2008-12-12 23:27:25 UTC (rev 9427)
+++ apps/gobi/trunk/extensions/search/Page/hit.skin 2008-12-13 00:14:45 UTC (rev 9428)
@@ -23,7 +23,7 @@
//
// %>
<div class="hit">
- <% page.name as="link" prefix="<div><strong>" suffix="</strong></div>" %>
- <% page.bodypreview words="30" prefix='<div>' suffix="</div>" %>
+ <% this.name as="link" prefix="<div><strong>" suffix="</strong></div>" %>
+ <% this.bodypreview words="30" prefix='<div>' suffix="</div>" %>
<div class="small"><% this.creator %><% this.createtime format="ago" prefix=", " %></div>
</div>