aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authorDavid Sferruzza <david.sferruzza@gmail.com>2013-03-10 18:26:16 +0100
committerDavid Sferruzza <david.sferruzza@gmail.com>2013-03-10 18:26:16 +0100
commit9da49531909101fd944d922a465f651c6f7b5935 (patch)
tree37511f5ce5086ae073484612b1ef2b0018ca73ed /tpl
parent1b647ff409d336c7e6f7e19baf423d8b7ccb7e05 (diff)
downloadShaarli-9da49531909101fd944d922a465f651c6f7b5935.tar.gz
Shaarli-9da49531909101fd944d922a465f651c6f7b5935.tar.zst
Shaarli-9da49531909101fd944d922a465f651c6f7b5935.zip
Avoid highlighting paging stuff
Diffstat (limited to 'tpl')
-rw-r--r--tpl/page.footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/page.footer.html b/tpl/page.footer.html
index c3d7b0b8..3aa47ba6 100644
--- a/tpl/page.footer.html
+++ b/tpl/page.footer.html
@@ -24,7 +24,7 @@ $(document).ready(function()
24<script language="JavaScript"> 24<script language="JavaScript">
25$(document).ready(function() 25$(document).ready(function()
26{ 26{
27 $('#linklist').highlight("{$search_crits}"); 27 $('#linklist li').highlight("{$search_crits}");
28}); 28});
29</script> 29</script>
30{/if} \ No newline at end of file 30{/if} \ No newline at end of file