From dff32c364b99e57db5ea891ce93f7ab5df9b3258 Mon Sep 17 00:00:00 2001 From: Evan Winslow Date: Fri, 18 Mar 2011 21:28:05 -0700 Subject: Removed custom html5 function in favor of core function --- views/default/input/longtext.php | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 views/default/input/longtext.php (limited to 'views/default/input/longtext.php') diff --git a/views/default/input/longtext.php b/views/default/input/longtext.php deleted file mode 100644 index 1020ef640..000000000 --- a/views/default/input/longtext.php +++ /dev/null @@ -1,26 +0,0 @@ - 'input-richtext', -); - -$value = $vars['value']; -unset($vars['value']); - -$attributes = html5_get_html_attributes(array_merge($defaults, $vars)); - -echo ""; \ No newline at end of file -- cgit v1.2.3