Projet

Général

Profil

« Précédent | Suivant » 

Révision f5b26faa

Ajouté par N0YB il y a presque 10 ans

Remove htmlspecialchars() call for a fixed string.

Voir les différences:

usr/local/www/widgets/widgets/gateways.widget.php
79 79
							if($gateway['ipprotocol'] == "inet6")
80 80
								echo htmlspecialchars(get_interface_gateway_v6($gateway['friendlyiface']));
81 81
							if( (htmlspecialchars(get_interface_gateway($gateway['friendlyiface'])) == '') && (htmlspecialchars(get_interface_gateway_v6($gateway['friendlyiface'])) == '') )
82
								echo htmlspecialchars("~");
82
								echo '~';
83 83
						}
84 84
						$counter++;
85 85
					?>

Formats disponibles : Unified diff