From f5b7013ba7677acb45634e807eb947ff0db325f1 Mon Sep 17 00:00:00 2001
From: hatuhay <alberto@siles.pe>
Date: Tue, 13 Feb 2018 23:36:01 -0500
Subject: [PATCH] Issue page.htmlerror

---
 templates/block/block.html.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/block/block.html.twig b/templates/block/block.html.twig
index 0f6d44a..e327ab3 100644
--- a/templates/block/block.html.twig
+++ b/templates/block/block.html.twig
@@ -36,7 +36,7 @@
     'block-' ~ plugin_id|clean_class,
     plugin_id == 'system_main_block' ? 'col-12',
     plugin_id == 'page_title_block' ? 'col-12',
-    plugin_id == 'System_breadcrumb_block' ? 'col-12',
+    plugin_id == 'system_breadcrumb_block' ? 'col-12',
   ]
 %}
 <div{{ attributes.addClass(classes) }}>
-- 
GitLab