Changeset - abf87bb26d64
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 14 years ago 2012-02-10 21:38:53
ohnobinki@ohnopublishing.net
Add missing alt attribute to Google AdWords Conversion image.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
inc/class.page.php
Show inline comments
 
@@ -291,7 +291,7 @@ class page
 
	   * Google's `hl' and `gl' language values should probably be
 
	   * appended.
 
	   */
 
	  $this->ga_conversions_code .= '<img style="width: 1px; height: 1px; border: none;" src="'
 
	  $this->ga_conversions_code .= '<img alt="" style="width: 1px; height: 1px; border: none;" src="'
 
	  . htmlentities($conversion_base_href . $conversion_id . '/?random=' . $js_Date_getTime . '&cv=7&fst=' . $js_Date_getTime
 
			 . '&num=' . $i++ . '&fmt=3&value=0&label=' . $conversion_label . '&bg=ffffff'
 
			 . '&guid=ON&disvt=&is_call=' . $conversion_referrer,
0 comments (0 inline, 0 general)