Projet

Général

Profil

« Précédent | Suivant » 

Révision c5a12cde

Ajouté par Colin Fleming il y a presque 10 ans

Tidy up "wizard.php" XHTML

Update HTML Boolean Operator
Remove duplicate closing TD tag

Voir les différences:

usr/local/www/wizard.php
592 592
					echo ":</td>\n";
593 593
				}
594 594
				if($field['size']) $size = " size='" . $field['size'] . "' ";
595
				if($field['multiple'] == "yes") $multiple = "MULTIPLE ";
595
				if($field['multiple'] == "yes") $multiple = "multiple=\"multiple\" ";
596 596
				if(!$field['dontcombinecells'])
597 597
					echo "<td class=\"vtable\">\n";
598 598
				$onchange = "";
......
658 658
				break;
659 659
			case "listtopic":
660 660
				echo "<td>&nbsp;</td></tr>";
661
				echo "<tr><td colspan=\"2\" class=\"listtopic\">" . $field['name'] . "<br /></td>\n";
661
				echo "<tr><td colspan=\"2\" class=\"listtopic\">" . $field['name'] . "<br />\n";
662 662

  
663 663
				break;
664 664
			case "subnet_select":

Formats disponibles : Unified diff