From 082514b9ed2071f21e75a735830741d3f319cf50 Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 6 Aug 2011 14:54:03 -0700 Subject: escape search results --- static/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/script.js b/static/script.js index 81d7fc5..d4e24ab 100644 --- a/static/script.js +++ b/static/script.js @@ -125,7 +125,7 @@ function search(query) { var title = entries[i].title.$t; var id = entries[i].media$group.yt$videoid.$t; var html = '
  • '; - html += ''; + html += ''; html += '' + id + ''; html += title; html += '
  • '; -- cgit v1.2.3