summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/common/feed.atom.builder2
-rw-r--r--app/views/journals/index.builder2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/common/feed.atom.builder b/app/views/common/feed.atom.builder
index aa6021592..804ecfd0e 100644
--- a/app/views/common/feed.atom.builder
+++ b/app/views/common/feed.atom.builder
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
xml.instruct!
xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do
diff --git a/app/views/journals/index.builder b/app/views/journals/index.builder
index 8261a39ce..45839ed97 100644
--- a/app/views/journals/index.builder
+++ b/app/views/journals/index.builder
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
xml.instruct!
xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do