You are here

private property GoogleSiteSearch::$allowedTags in Google Site Search 7

Same name and namespace in other branches
  1. 6 includes/GoogleSiteSearch.inc \GoogleSiteSearch::allowedTags

The allowed tags in results from Google.

Type: array

File

includes/GoogleSiteSearch.inc, line 91
GSS module site search inc file.

Class

GoogleSiteSearch
Class for interaction with Google Site Search.

Code

private $allowedTags = array(
  'a',
  'em',
  'strong',
  'cite',
  'blockquote',
  'code',
  'ul',
  'ol',
  'li',
  'dl',
  'dt',
  'dd',
  'b',
);