From c4aed0e74969fa0a04bf05dfb3014c60db711da9 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 24 Feb 2015 21:36:50 -0500 Subject: Use single quotes for attributes with Markdown/HTML content to avoid browser bugs --- app/Template/board/edit.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/Template/board/edit.php') diff --git a/app/Template/board/edit.php b/app/Template/board/edit.php index b9b1788a..cf0c28e6 100644 --- a/app/Template/board/edit.php +++ b/app/Template/board/edit.php @@ -13,7 +13,7 @@ e($column['title']) ?> - + '> @@ -52,12 +52,12 @@ formLabel(t('Title'), 'title') ?> formText('title', $values, $errors, array('required', 'maxlength="50"')) ?> - + formLabel(t('Task limit'), 'task_limit') ?> formNumber('task_limit', $values, $errors) ?> - + formLabel(t('Description'), 'description') ?> - +
formTextarea('description', $values, $errors) ?> -- cgit v1.2.3