Skip to content

Commit

Permalink
Fix conflict with assert_tag and Glue gem (closes rails#2255) [david.…
Browse files Browse the repository at this point in the history
…felstead@gmail.com]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2905 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Nov 7, 2005
1 parent 6c434e8 commit 8dda7c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*

* Fix conflict with assert_tag and Glue gem #2255 [david.felstead@gmail.com]

* Add documentation to assert_tag indicating that it only works with well-formed XHTML #1937, #2570 [Jamis Buck]

* Added action_pack.rb stub so that ActionPack::Version loads properly [Sam Stephenson]
Expand Down
@@ -1,5 +1,5 @@
require 'html/tokenizer'
require 'html/node'
require File.dirname(__FILE__) + '/tokenizer'
require File.dirname(__FILE__) + '/node'

module HTML #:nodoc:

Expand Down

0 comments on commit 8dda7c5

Please sign in to comment.