From 6ab6f299e98c1f149c0d4ef12e56bd5ba8708109 Mon Sep 17 00:00:00 2001
From: dereine <dereine@99340.no-reply.drupal.org>
Date: Wed, 5 Sep 2012 10:41:57 +0200
Subject: [PATCH] Issue #1768636 by dawehner: Fixed Style plugin 'list' doesn't
 exist.

---
 config/views.view.backlinks.yml       | 4 ++--
 config/views.view.comments_recent.yml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/views.view.backlinks.yml b/config/views.view.backlinks.yml
index 2608b7055db0..1c51ab0ab7f1 100644
--- a/config/views.view.backlinks.yml
+++ b/config/views.view.backlinks.yml
@@ -27,7 +27,7 @@ display:
                 type: full
                 options:
                     items_per_page: 30
-            style_plugin: list
+            style_plugin: html_list
             style_options:
                 type: ol
             row_plugin: fields
@@ -100,7 +100,7 @@ display:
                 row_options: false
                 arguments: false
             use_more: true
-            style_plugin: list
+            style_plugin: html_list
             row_plugin: fields
             arguments:
                 nid:
diff --git a/config/views.view.comments_recent.yml b/config/views.view.comments_recent.yml
index ff99fb3611ac..a15ae40a0a44 100644
--- a/config/views.view.comments_recent.yml
+++ b/config/views.view.comments_recent.yml
@@ -29,7 +29,7 @@ display:
                 type: some
                 options:
                     items_per_page: 5
-            style_plugin: list
+            style_plugin: html_list
             row_plugin: fields
             relationships:
                 nid:
@@ -77,7 +77,7 @@ display:
                 row_plugin: false
                 row_options: false
                 fields: false
-            style_plugin: list
+            style_plugin: html_list
             row_plugin: fields
             row_options:
                 inline:
-- 
GitLab