summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2017-12-10 13:15:05 -0500
committerLogan Fick <logaldeveloper@protonmail.com>2017-12-10 13:15:05 -0500
commitb40f85fe518c1284ce5e47a06e6e3146dd890cbd (patch)
tree26efbcb6866be38899d1df21864eca04e0be291e /app
parent39fdd402f088fa7572c441d51dd17faa50f937f7 (diff)
Changed capitalization of atom feed title.
Diffstat (limited to 'app')
-rw-r--r--app/views/forums/show.atom.builder2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/forums/show.atom.builder b/app/views/forums/show.atom.builder
index d22e0e6..c175a2b 100644
--- a/app/views/forums/show.atom.builder
+++ b/app/views/forums/show.atom.builder
@@ -1,5 +1,5 @@
atom_feed do |feed|
- feed.title @forum.name + "'s Latest threads"
+ feed.title @forum.name + "'s Latest Threads"
feed.updated Time.now
@threads.limit(10).each do |thread|