Author: tpf
Date: Fri Jan  9 17:27:26 2015
New Revision: 2256

URL: http://svn.gna.org/viewcvs/gcstar?rev=2256&view=rev
Log:
° Solve problem with the title of the game

Modified:
    trunk/gcstar/lib/gcstar/GCPlugins/GCgames/GCMobyGames.pm

Modified: trunk/gcstar/lib/gcstar/GCPlugins/GCgames/GCMobyGames.pm
URL: 
http://svn.gna.org/viewcvs/gcstar/trunk/gcstar/lib/gcstar/GCPlugins/GCgames/GCMobyGames.pm?rev=2256&r1=2255&r2=2256&view=diff
==============================================================================
--- trunk/gcstar/lib/gcstar/GCPlugins/GCgames/GCMobyGames.pm    (original)
+++ trunk/gcstar/lib/gcstar/GCPlugins/GCgames/GCMobyGames.pm    Fri Jan  9 
17:27:26 2015
@@ -2,7 +2,7 @@
 
 ###################################################
 #
-#  Copyright 2005-2014 Christian Jodar
+#  Copyright 2005-2015 Christian Jodar
 #
 #  This file is part of GCstar.
 #
@@ -165,7 +165,7 @@
         else
         {
 
-            if ( ($tagname eq 'div') && ($attr->{id} eq 'gameTitle') )
+            if ( ($tagname eq 'h1') && ($attr->{class} eq 'niceHeaderTitle') )
             {
                     $self->{isName} = 1;
             }


_______________________________________________
GCstar-commits mailing list
[email protected]
https://mail.gna.org/listinfo/gcstar-commits

Reply via email to