File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Disable Minification in Debug Mode
125
125
126
126
Minified JavaScripts and Stylesheets are very difficult to read, let alone
127
127
debug. Because of this, Assetic lets you disable a certain filter when your
128
- application is in debug mode. You can do this be prefixing the filter name
128
+ application is in debug mode. You can do this by prefixing the filter name
129
129
in your template with a question mark: ``? ``. This tells Assetic to only
130
130
apply this filter when debug mode is off.
131
131
@@ -157,4 +157,4 @@ apply this filter when debug mode is off.
157
157
158
158
159
159
.. _`YUI Compressor` : http://developer.yahoo.com/yui/compressor/
160
- .. _`Download the JAR` : http://yuilibrary.com/downloads/#yuicompressor
160
+ .. _`Download the JAR` : http://yuilibrary.com/downloads/#yuicompressor
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ to a post record thanks to a foreign key constraint.
32
32
`title` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
33
33
`content` longtext COLLATE utf8_unicode_ci NOT NULL,
34
34
`created_at` datetime NOT NULL,
35
- PRIMARY KEY (`id`),
35
+ PRIMARY KEY (`id`)
36
36
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
37
37
38
38
CREATE TABLE `blog_comment` (
You can’t perform that action at this time.
0 commit comments