From ecb39e6956077a07a0bddb69bad5457116757898 Mon Sep 17 00:00:00 2001 From: AvnerCohen Date: Mon, 8 Oct 2012 19:53:42 +0200 Subject: [PATCH] Closed unclosed , working on a complete solution for docrails, but testing push process first --- actionpack/lib/action_view/vendor/html-scanner/html/selector.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_view/vendor/html-scanner/html/selector.rb b/actionpack/lib/action_view/vendor/html-scanner/html/selector.rb index 1eadfc0390..60b6783b19 100644 --- a/actionpack/lib/action_view/vendor/html-scanner/html/selector.rb +++ b/actionpack/lib/action_view/vendor/html-scanner/html/selector.rb @@ -160,7 +160,7 @@ module HTML # * :not(selector) -- Match the element only if the element does not # match the simple selector. # - # As you can see, :nth-child pseudo class and its variant can get quite + # As you can see, :nth-child pseudo class and its variant can get quite # tricky and the CSS specification doesn't do a much better job explaining it. # But after reading the examples and trying a few combinations, it's easy to # figure out. -- GitLab