@@ -154,17 +154,17 @@ |
||
| 154 | 154 | public function render($writer) |
| 155 | 155 | { |
| 156 | 156 | if($this->_id!=='') |
| 157 | - $writer->addAttribute('id',$this->_id); |
|
| 157 | + $writer->addAttribute('id', $this->_id); |
|
| 158 | 158 | if($this->_name!=='') |
| 159 | - $writer->addAttribute('name',$this->_name); |
|
| 159 | + $writer->addAttribute('name', $this->_name); |
|
| 160 | 160 | if($this->_httpEquiv!=='') |
| 161 | - $writer->addAttribute('http-equiv',$this->_httpEquiv); |
|
| 161 | + $writer->addAttribute('http-equiv', $this->_httpEquiv); |
|
| 162 | 162 | if($this->_scheme!=='') |
| 163 | - $writer->addAttribute('scheme',$this->_scheme); |
|
| 163 | + $writer->addAttribute('scheme', $this->_scheme); |
|
| 164 | 164 | if($this->_charset!=='') |
| 165 | - $writer->addAttribute('charset',$this->_charset); |
|
| 166 | - if ($this->_charset === '') |
|
| 167 | - $writer->addAttribute('content',$this->_content); |
|
| 165 | + $writer->addAttribute('charset', $this->_charset); |
|
| 166 | + if($this->_charset==='') |
|
| 167 | + $writer->addAttribute('content', $this->_content); |
|
| 168 | 168 | $writer->renderBeginTag('meta'); |
| 169 | 169 | $writer->renderEndTag(); |
| 170 | 170 | } |