summaryrefslogtreecommitdiff
blob: 4ddabdba8660e5035c178da22ba2c4c31f2b8312 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- lib/Finance/Quote/VWD.pm
+++ lib/Finance/Quote/VWD.pm
@@ -118,7 +118,7 @@
       # all other info below <div class=contentContainer>
       my $content = $tree->look_down(
          "_tag", "div",
-         "class", "contentContainer"
+         "class", "mainContainer"
       );
       next if not $content;