diff --git a/app/views/files/index.html.erb b/app/views/files/index.html.erb
index fa15c1fc7..ded576f12 100644
--- a/app/views/files/index.html.erb
+++ b/app/views/files/index.html.erb
@@ -239,7 +239,7 @@
ele = domEle;
tagId = id;
taggableType = type;
- domEle.html('');
+ domEle.html('');
domEle.parent().css("border","1px solid #ffffff");
$("#renameTagName").focus();
}