Showing 1 changed files with 1 additions and 1 deletions
+1 -1
templates/commits.html.ep
... ...
@@ -81,7 +81,7 @@
81 81
     my $url_no_atom = $url;
82 82
     $url_no_atom =~ s/\.atom$//;
83 83
 #%>
84
-<?xml version="1.0" encoding="UTF-8"?>
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 86
   <id>tag:gitprep,2008:/<%= $user %>/<%= $project %>/commits/<%= $rev_file %></id>
87 87
   <link type="text/html" rel="alternate" href="<%= $url_no_atom %>"/>