summaryrefslogtreecommitdiff
path: root/lib/rdoc/markup/simple_markup
diff options
context:
space:
mode:
authordave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-24 04:24:29 +0000
committerdave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-24 04:24:29 +0000
commitf0346bd249ae29cdf4d9c2e88b09e63c41ff1ce8 (patch)
treec945829da8f2e7555a6b4cb7e11601dfafdc4d78 /lib/rdoc/markup/simple_markup
parent52975bb7a77b3a6409e50609b4baeafade035b3d (diff)
Forgot to save buffer.... sigh
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/markup/simple_markup')
-rw-r--r--lib/rdoc/markup/simple_markup/inline.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rdoc/markup/simple_markup/inline.rb b/lib/rdoc/markup/simple_markup/inline.rb
index 684ff4b275..7b476e559d 100644
--- a/lib/rdoc/markup/simple_markup/inline.rb
+++ b/lib/rdoc/markup/simple_markup/inline.rb
@@ -227,7 +227,8 @@ module SM
add_html("em", :EM)
add_html("i", :EM)
add_html("b", :BOLD)
- add_html("tt", :TT)
+ add_html("tt", :TT)
+ add_html("code", :TT)
end
def add_word_pair(start, stop, name)