diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc index 863b7c099..801967f99 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -3503,6 +3503,7 @@ function drupal_load_stylesheet_content($contents, $optimize = FALSE) { $contents ); // End the file with a new line. + $contents = trim($contents); $contents .= "\n"; } |