diff options
Diffstat (limited to 'core/views/form.html.php')
| -rw-r--r-- | core/views/form.html.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/core/views/form.html.php b/core/views/form.html.php index b3a779fe..5b00adb8 100644 --- a/core/views/form.html.php +++ b/core/views/form.html.php @@ -7,7 +7,7 @@ if ($class) {    print "<!-- unused class in form.html.php: $class -->";  }  if ($title) { -  print "<!-- unused title in form.html.php: $title -->"; +  print $title;  }  if (!function_exists("DrawForm")) { | 
