output.inc.php 97 B

1234
  1. function title($field, $value) {
  2. $value = new_html_special_chars($value);
  3. return $value;
  4. }