diff --git a/html/index.html.erb b/html/index.html.erb
index 1d8c9e54..09229c3d 100644
--- a/html/index.html.erb
+++ b/html/index.html.erb
@@ -17,7 +17,7 @@
package.recipe_url = "https://github.com/milkypostman/melpa/blob/master/recipes/#{package.name}"
package.source = recipe["fetcher"]
if package.descr =~ /(.*?)(\s*-\*-.*?)?\s*\[source:\s*(\w+)\]\s*/
- package.descr
+ package.descr = $1
end
package.source_url =