Showing 1 changed files with 1 additions and 1 deletions
+1 -1
templates/commits.html.ep
... ...
@@ -83,7 +83,7 @@
83 83
 #%>
84 84
 <?xml version="1.0" encoding="UTF-8"?>
85 85
 <feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xml:lang="en-US">
86
-  <id>tag:gitprep,2008:/$user/$project/commits/$rev_file</id>
86
+  <id>tag:gitprep,2008:/<%= $user %>/<%= $project %>/commits/<%= $rev_file %></id>
87 87
   <link type="text/html" rel="alternate" href="<%= $url_no_atom %>"/>
88 88
   <link type="application/atom+xml" rel="self" href="<%= $url %>"/>
89 89
   <title>Recent Commits to <%= "$project:$rev" %></title>