Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Commit

Permalink
property fix, to stop prompting error in Opera Dragonfly
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed May 5, 2011
1 parent e5dca40 commit cd4ef8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fzTag/lib/BasefzTagComponents.class.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public function executeCanvasTagCloud()
'minBrightness' => $this->getVar('minBrightness') ? $this->getVar('minBrightness'): 0.1, 'minBrightness' => $this->getVar('minBrightness') ? $this->getVar('minBrightness'): 0.1,
'textColour' => $this->getVar('textColour') ? $this->getVar('textColour'): "#000000", 'textColour' => $this->getVar('textColour') ? $this->getVar('textColour'): "#000000",
'textHeight' => $this->getVar('textHeight') ? $this->getVar('textHeight'): 15, 'textHeight' => $this->getVar('textHeight') ? $this->getVar('textHeight'): 15,
'textFont' => $this->getVar('textFont') ? $this->getVar('textFont'): "Helvetica, Arial, sans-serif", 'textFont' => $this->getVar('textFont') ? $this->getVar('textFont'): "Helvetica, Arial, sans-serif;",
'outlineColour' => $this->getVar('outlineColour') ? $this->getVar('outlineColour'): "#000000", 'outlineColour' => $this->getVar('outlineColour') ? $this->getVar('outlineColour'): "#000000",
'outlineThickness' => $this->getVar('outlineThickness') ? $this->getVar('outlineThickness'): 1, 'outlineThickness' => $this->getVar('outlineThickness') ? $this->getVar('outlineThickness'): 1,
'outlineOffset' => $this->getVar('outlineOffset') ? $this->getVar('outlineOffset'): 5, 'outlineOffset' => $this->getVar('outlineOffset') ? $this->getVar('outlineOffset'): 5,
Expand Down

0 comments on commit cd4ef8f

Please sign in to comment.