[rhythmbox] podcast: look for div tags when checking for html



commit 3fa4e17c7f950778a99c34207c4ceb0a8a9797b6
Author: Jonathan Matthew <jonathan d14n org>
Date:   Tue Jan 14 08:37:29 2020 +1000

    podcast: look for div tags when checking for html

 podcast/rb-podcast-properties-dialog.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/podcast/rb-podcast-properties-dialog.c b/podcast/rb-podcast-properties-dialog.c
index c96f86700..423ff505f 100644
--- a/podcast/rb-podcast-properties-dialog.c
+++ b/podcast/rb-podcast-properties-dialog.c
@@ -123,6 +123,8 @@ static const char *html_clues[] = {
        "<i>",
        "<ul>",
        "<br",
+       "<div ",
+       "<div>",
        "<img ",
        "&lt;",
        "&gt;",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]