diff --git a/core/modules/node/content_types.js b/core/modules/node/content_types.js
index 736440b522ccb3b74003f8d3e193e612d79f8d1b..787f79542380e7613424c3213e9289d05bb09691 100644
--- a/core/modules/node/content_types.js
+++ b/core/modules/node/content_types.js
@@ -29,7 +29,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()));