Import Netscape HTML bookmarks (as exported from Firefox/Chrome/Opera/Delicious/Diigo...).
-
(Max: {$maxfilesize|htmlspecialchars} bytes)
+
(Max: {$maxfilesize} bytes)
diff --git a/material/includes.html b/material/includes.html
index 27ae683..3a6616f 100644
--- a/material/includes.html
+++ b/material/includes.html
@@ -77,6 +77,13 @@
div.awesomplete > ul > li[aria-selected=true]{
background-color: {$GLOBALS['config']['MATERIAL_COLOR']};
}
+ div.awesomplete > ul > li[aria-selected=true]:hover{
+ {if="isset($GLOBALS['config']['MATERIAL_COLOR_FOCUS'])"}
+ background-color: {$GLOBALS['config']['MATERIAL_COLOR_FOCUS']};
+ {else}
+ background-color: {$GLOBALS['config']['MATERIAL_COLOR']};
+ {/if}
+ }
{/if}
{if="is_file('src/user.css')"}
{/if}
diff --git a/material/linklist.html b/material/linklist.html
index 2906d30..602dd80 100644
--- a/material/linklist.html
+++ b/material/linklist.html
@@ -12,7 +12,7 @@
-
Sorry... We found nothing{if="$search_type=='fulltext'"} for {$search_crits}{elseif="$search_type=='tags'"} for{loop="search_crits"} {$value|htmlspecialchars}{/loop}{else}{/if}.
+
Sorry... We found nothing{if="$search_type=='fulltext'"} for {$search_crits}{elseif="$search_type=='tags'"} for{loop="search_crits"} {$value}{/loop}{else}{/if}.
{else}
{if="$search_type=='fulltext'"}
{$result_count} results for {$search_crits}
@@ -21,7 +21,7 @@