aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/templates/sciblog/blog_search_form.html
diff options
context:
space:
mode:
Diffstat (limited to '97suifangqa/templates/sciblog/blog_search_form.html')
-rw-r--r--97suifangqa/templates/sciblog/blog_search_form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/97suifangqa/templates/sciblog/blog_search_form.html b/97suifangqa/templates/sciblog/blog_search_form.html
index e2869e9..a55f27c 100644
--- a/97suifangqa/templates/sciblog/blog_search_form.html
+++ b/97suifangqa/templates/sciblog/blog_search_form.html
@@ -1,5 +1,5 @@
<form method="get" class="searchdiv" action="{% url query_blogs %}">
- <input type="text" name="q" placeholder="在这里搜索关键词" class="question" value="{{ q }}">
+ <input type="text" name="q" placeholder=" 在这里搜索关键词" class="question" value="{{ q }}">
<input type="submit" value="搜 索" class="submit">
</form>