Thread: IMDB Mod
View Single Post
  #9  
Old 2nd May 2010, 14:08
tekmobile tekmobile is offline
Senior Member
 
Join Date: Jul 2009
United Kingdom
Posts: 16
Default
Just been looking to see if this would work with TS 0.5 and found that I was getting parse errors so looked through the code and noticed that the quotes around the nofollow were not escaped in the code for details.php

PHP Code:
      $autodata .= "<a rel="nofollow
changed to
PHP Code:
      $autodata .= "<a rel=\"nofollow\" 
after correcting this it does seem to work okay

Last edited by tekmobile; 2nd May 2010 at 18:12.
Reply With Quote
The Following User Says Thank You to tekmobile For This Useful Post:
nicukent (24th February 2015)