diff --git a/template/admin/dictionary-index.phtml b/template/admin/dictionary-index.phtml
index 60dd17f..02fad56 100644
--- a/template/admin/dictionary-index.phtml
+++ b/template/admin/dictionary-index.phtml
@@ -2,7 +2,7 @@
-
+
|
|
diff --git a/template/block/search.phtml b/template/block/search.phtml
index 2bed923..22a72c6 100644
--- a/template/block/search.phtml
+++ b/template/block/search.phtml
@@ -13,9 +13,9 @@
var results = jQuery.parseJSON(data);
$(results).each(function (key, value) {
if (value.image != '') {
- $('.search-results').append('
' + value.title + '');
+ $('.search-results').append('
' + value.title + '');
} else {
- $('.search-results').append('' + value.title + '');
+ $('.search-results').append('' + value.title + '');
}
})
});
@@ -32,9 +32,9 @@
var keyword = $("#search-keyword").val();
$(".search-info-text").remove();
if (keyword.length == 0) {
- $(".search-results").show().append('%s');
+ $(".search-results").show().append('%s');
} else {
- $(".search-results").show().append('%s');
+ $(".search-results").show().append('%s');
}
});
})(jQuery)
@@ -65,14 +65,14 @@ EOT;
-
-
+