Skip to content

Commit

Permalink
Move version identifier to where it will be better understood.
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Dec 28, 2011
1 parent a33a032 commit 4592dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/events/ical.ics.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BEGIN:VCALENDAR
PRODID:-//quorum2.sf.net//<%= SITE_TITLE %> <%= APP_VERSION %>//EN
VERSION:2.0
PRODID:-//quorum2.sf.net//<%= SITE_TITLE %> <%= APP_VERSION %>//EN
BEGIN:VEVENT
UID:<%= ical_uid @event %>
SUMMARY:<%= ical_escape @event.name %>
Expand Down

0 comments on commit 4592dd0

Please sign in to comment.