lib/autolink.rb in twitter-text-1.1.4 vs lib/autolink.rb in twitter-text-1.1.5
- old
+ new
@@ -36,10 +36,10 @@
auto_link_urls_custom(
auto_link_hashtags(text, options),
options),
options)
end
-
+
# Add <tt><a></a></tt> tags around the usernames and lists in the provided <tt>text</tt>. The
# <tt><a></tt> tags can be controlled with the following entries in the <tt>options</tt>
# hash:
#
# <tt>:url_class</tt>:: class to add to all <tt><a></tt> tags
\ No newline at end of file