diff --git a/core/modules/node/content_types.js b/core/modules/node/content_types.js
index d2a63b6..61d1e10 100644
--- a/core/modules/node/content_types.js
+++ b/core/modules/node/content_types.js
@@ -24,7 +24,7 @@ Drupal.behaviors.contentTypes = {
     $('fieldset#edit-language', context).drupalSetSummary(function(context) {
       var vals = [];
 
-      vals.push($(".form-item-language-configuration-langcode select option:selected", context).text())
+      vals.push($(".form-item-language-configuration-langcode select option:selected", context).text());
 
       $('input:checked', context).next('label').each(function() {
         vals.push(Drupal.checkPlain($(this).text()));
