Code Duplication    Length = 4-7 lines in 3 locations

includes/tidy/Balancer.php 3 locations

@@ 2591-2594 (lines=4) @@
2588
			case 'strike':
2589
			case 'strong':
2590
			case 'tt':
2591
			case 'u':
2592
				$this->afe->reconstruct( $this->stack );
2593
				$this->afe->push( $this->stack->insertHTMLElement( $value, $attribs ), $attribs );
2594
				return true;
2595
2596
			case 'nobr':
2597
				$this->afe->reconstruct( $this->stack );
@@ 2630-2635 (lines=6) @@
2627
			case 'embed':
2628
			case 'img':
2629
			case 'keygen':
2630
			case 'wbr':
2631
				$this->afe->reconstruct( $this->stack );
2632
				$this->stack->insertHTMLElement( $value, $attribs );
2633
				$this->stack->pop();
2634
				# OMITTED: frameset_ok
2635
				return true;
2636
2637
			case 'input':
2638
				$this->afe->reconstruct( $this->stack );
@@ 2637-2643 (lines=7) @@
2634
				# OMITTED: frameset_ok
2635
				return true;
2636
2637
			case 'input':
2638
				$this->afe->reconstruct( $this->stack );
2639
				$this->stack->insertHTMLElement( $value, $attribs );
2640
				$this->stack->pop();
2641
				# OMITTED: frameset_ok
2642
				# (hence we don't need to examine the tag's "type" attribute)
2643
				return true;
2644
2645
			case 'menuitem':
2646
			case 'param':