Changeset 232

Show
Ignore:
Timestamp:
01/12/05 23:02:22 (3 years ago)
Author:
griesselmann
Message:

Broke a long line into several so it fits into browser window

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • randomized-blogroll/trunk/random-blogroll-plugin.php

    r230 r232  
    129129      function getAnchorHTML() 
    130130      { 
    131             return "<a href=\"".$this->url."\" title=\"".htmlspecialchars($this->description, ENT_COMPAT)."\" rel=\"bookmark\">".$this->name."</a>"; 
     131            return "<a href=\"".$this->url."\" title=\"". 
     132                    htmlspecialchars($this->description, ENT_COMPAT). 
     133                    "\" rel=\"bookmark\">".$this->name."</a>"; 
    132134      } 
    133135}