From 2a850757ee5f9c1a2119c562cf6caba3eda7ceba Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 20 Nov 2014 22:37:10 -0500 Subject: Add Markdown preview for textarea, see #407 --- app/helpers.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/helpers.php') diff --git a/app/helpers.php b/app/helpers.php index ac5b788f..6c8e8955 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -445,7 +445,6 @@ function form_textarea($name, $values = array(), array $errors = array(), array $html .= implode(' ', $attributes).'>'; $html .= isset($values->$name) ? escape($values->$name) : isset($values[$name]) ? $values[$name] : ''; $html .= ''; - if (in_array('required', $attributes)) $html .= '*'; $html .= error_list($errors, $name); return $html; -- cgit v1.2.3