aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-07-08 02:18:08 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-07-08 02:18:08 +0000
commit207442d9562b851024cf2573ac327d26dcb0636d (patch)
tree433d3d92b82b0e5a2c3cedda960e73160a69ebe0
parentDebugging. (diff)
downloadpackages-3-207442d9562b851024cf2573ac327d26dcb0636d.tar.gz
packages-3-207442d9562b851024cf2573ac327d26dcb0636d.tar.bz2
packages-3-207442d9562b851024cf2573ac327d26dcb0636d.zip
Fix typo.
-rw-r--r--web/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/layout.html b/web/templates/layout.html
index db54fa1..0cd182a 100644
--- a/web/templates/layout.html
+++ b/web/templates/layout.html
@@ -93,7 +93,7 @@ def alpha_url(baseurl):
customSearchControl.draw('cse');
}, true);
</script>
- <div ide="cse" style="width: 100%;">Loading</div>
+ <div id="cse" style="width: 100%;">Loading</div>
<input type="text" id="search_input" />
<input type="button" onclick="executeGoogleSearch()" value="Search" />
</div>