diff --git a/module/bug/model.php b/module/bug/model.php index ee3664d328..b256e038c6 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -2408,7 +2408,7 @@ class bugModel extends model if($id == 'title') { $class .= ' text-left'; - $title = "title='{$bug->title}"; + $title = "title='{$bug->title}'"; } if($id == 'assignedTo') { diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index 3650a765ea..009b7928d7 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -12,7 +12,6 @@ ?> bug->placeholder); @@ -31,7 +30,7 @@ js::set('confirmDeleteTemplate', $lang->bug->confirmDeleteTemplate); -