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 3dda1feec0..300aa1d77a 100644
--- a/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml
+++ b/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml
@@ -28,7 +28,7 @@
#ErrorExplanation {
width: 400px;
- border: 2px solid #red;
+ border: 2px solid 'red';
padding: 7px;
padding-bottom: 12px;
margin-bottom: 20px;