aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/templates/scaffolds
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/templates/scaffolds')
-rw-r--r--actionpack/lib/action_controller/templates/scaffolds/layout.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml b/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml
index f03588ffa0..34e43cc8d3 100644
--- a/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml
+++ b/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml
@@ -30,7 +30,7 @@
#ErrorExplanation {
width: 400px;
- border: 2px solid 'red';
+ border: 2px solid red;
padding: 7px;
padding-bottom: 12px;
margin-bottom: 20px;