We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c498e commit 64acf4bCopy full SHA for 64acf4b
actionview/lib/action_view/template.rb
@@ -290,7 +290,7 @@ def source
290
# the same as <tt>Encoding.default_external</tt>.
291
#
292
# The user can also specify the encoding via a comment on the first
293
- # line of the template (# encoding: NAME-OF-ENCODING). This will work
+ # line of the template (<tt># encoding: NAME-OF-ENCODING</tt>). This will work
294
# with any template engine, as we process out the encoding comment
295
# before passing the source on to the template engine, leaving a
296
# blank line in its stead.
0 commit comments