diff --git a/docs/html/channels/io2013.jd b/docs/html/channels/io2013.jd
index 7c7aca44667c4..977eb2f2aed34 100644
--- a/docs/html/channels/io2013.jd
+++ b/docs/html/channels/io2013.jd
@@ -3,7 +3,6 @@ page.title=Google I/O 13
@jd:body
@@ -285,11 +291,11 @@ function buildPlaylist(data, ul, tag) {
shortDescription += shortDescription.length == MAX_DESC_LENGTH ? "..." : ""; // add ellipsis if we've chopped the description
var a = $('');
+ + 'onclick="loadVideo(\'' + id + '\',\'' + escape(title) + '\',true); return false;" />');
var pShortDescription = $(''
+ '
' + shortDescription + '
');
var h4Title = "" + title + "
";
- var li = $('');
+ var li = $('');
li.append(a);
a.append(h4Title).append(pShortDescription);