Skip to content

Commit

Permalink
Merge remote branch 'refs/remotes/mikert/lh606-depo-search-error'
Browse files Browse the repository at this point in the history
* refs/remotes/mikert/lh606-depo-search-error:
  [#606 state:resolved] Fixed an incorrect tag which prevented searches from working in DePo Clean.
  • Loading branch information
jayallen committed Feb 4, 2011
2 parents f252ab6 + 651ad52 commit ac49692
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions addons/DePoClean.plugin/templates/search_results.mtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</mt:IfPreviousResults>
<mt:IfMoreResults>
<span class="previous">
<a href="<$mt:MoreLink$>">&larr; Before</a>
<a href="<$mt:NextLink$>">&larr; Before</a>
</span>
</mt:IfMoreResults>
</mt:SetVarBlock>
Expand All @@ -16,26 +16,26 @@
<head profile="http://gmpg.org/xfn/11">
<title><$mt:BlogName escape="html"$> &#8211; <$mt:BlogDescription escape="html"$></title>
<meta name='robots' content='noindex,nofollow' />
<$mt:Include module="<__trans phrase="HTML Head">"$>
<$mt:Include identifier="html_head"$>
</head>
<body>
<div class="container">
<$mt:Include module="<__trans phrase="Header">"$>
<$mt:Include identifier="header"$>
<div class="post">
<h2 style="font-weight:normal"><__trans phrase="Search Results for"> <strong><$mt:SearchString$></strong></h2>
</div>

<mt:SearchResults>
<mt:SetVarBlock name="cache_key">Listing;EntryDetails;<$mt:EntryID$></mt:SetVarBlock>
<$mt:Include module="<__trans phrase="Entry Details">" cache="1" cache_key="$cache_key" ttl="604800"$>
<$mt:Include identifier="entry_details" cache="1" cache_key="$cache_key" ttl="604800"$>
</mt:SearchResults>

<div class="postnoline">
<$mt:var name="pagination_navigation"$>
</div>

<br clear="all" />
<$mt:Include module="<__trans phrase="Footer">"$>
<$mt:Include identifier="footer"$>

</div> <!-- end container -->
</body>
Expand Down

0 comments on commit ac49692

Please sign in to comment.