Commenting not supported tags

skala
Julio Montoya 15 years ago
parent df271f9a35
commit 8a7a2cdd11
  1. 5
      main/inc/lib/formvalidator/Rule/allowed_tags.inc.php

@ -33,17 +33,22 @@ $attribute_anonymous=array();
// ADDRESS
$allowed_tags_student['address'] = array();
// APPLET
/*
$allowed_tags_student['applet'] = array();
$allowed_tags_student['applet']['codebase'] = array();
$allowed_tags_student['applet']['code'] = array();
$allowed_tags_student['applet']['name'] = array();
$allowed_tags_student['applet']['alt'] = array();
*/
// AREA
/*
$allowed_tags_student['area'] = array();
$allowed_tags_student['area']['shape'] = array();
$allowed_tags_student['area']['coords'] = array();
$allowed_tags_student['area']['href'] = array();
$allowed_tags_student['area']['alt'] = array();
*/
// A
$allowed_tags_student['a'] = array();
$allowed_tags_student['a']['class'] = array();

Loading…
Cancel
Save