Skip to content

Commit

Permalink
Format inline code [ci-skip]
Browse files Browse the repository at this point in the history
(cherry picked from commit f15cf4b)
  • Loading branch information
jonathanhefner committed Oct 26, 2023
1 parent b6c498e commit 64acf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionview/lib/action_view/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def source
# the same as <tt>Encoding.default_external</tt>.
#
# The user can also specify the encoding via a comment on the first
# line of the template (# encoding: NAME-OF-ENCODING). This will work
# line of the template (<tt># encoding: NAME-OF-ENCODING</tt>). This will work
# with any template engine, as we process out the encoding comment
# before passing the source on to the template engine, leaving a
# blank line in its stead.
Expand Down

0 comments on commit 64acf4b

Please sign in to comment.