lib/zafu/markup.rb in zafu-0.7.8 vs lib/zafu/markup.rb in zafu-0.7.9

- old
+ new

@@ -5,10 +5,10 @@ # indentation. class Markup EMPTY_TAGS = %w{meta input link img} STEAL_PARAMS = { 'link' => [:href, :charset, :rel, :type, :media, :rev, :target], - 'a' => [:title, :onclick], + 'a' => [:title, :onclick, :target], 'script' => [:type, :charset, :defer], :other => [:class, :id, :style], } # Tag used ("li" for example). The tag can be nil (no tag). \ No newline at end of file