summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index e0ac65c9f..1c1c33e43 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -2289,7 +2289,7 @@ function theme_meta_generator_html($version = VERSION) {
* @ingroup themeable
*/
function theme_meta_generator_header($version = VERSION) {
- drupal_set_header('X-Generator: Drupal ' . $version . ' (http://drupal.org)');
+ drupal_set_header('X-Generator', 'Drupal ' . $version . ' (http://drupal.org)');
}
/**