lib/picasa/templates/new_album.xml.erb in picasa-0.7.0 vs lib/picasa/templates/new_album.xml.erb in picasa-0.7.1

- old
+ new

@@ -1,6 +1,8 @@ <entry xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xmlns:gphoto="http://schemas.google.com/photos/2007"> + <% if title %> <title type="text"><%= h title %></title> + <% end %> <% if summary %> <summary type="text"><%= h summary %></summary> <% end %> <% if location %> <gphoto:location><%= h location %></gphoto:location>