]> git.mxchange.org Git - mailer.git/blobdiff - inc/classes/rdf.class.php
CSS class 'member_main' should only be used in member_header.tpl
[mailer.git] / inc / classes / rdf.class.php
index 4ae354b7028c73e0ba913fe99aba6b4173792a13..17de9f14c8f419043051b7c38d3eee9b5f5e4f53 100644 (file)
@@ -419,7 +419,6 @@ class fase4_rdf {
                } else {
                        return $this->out;
                }
-               flush();
                $this->_garbage_collection();
        }
 
@@ -665,7 +664,7 @@ class fase4_rdf {
                        }
                        $this->_output .= "<a href=\"".$this->_citem['link']."\" ";
                        if(isset($this->_link_target)) { $this->_output .= "target=\"".$this->_link_target."\" "; }
-                       $this->_output .= ">".$this->_cut_string($this->_citem['link'])."</a>";
+                       $this->_output .= ">".$this->_cut_string($this->_citem['link']) . '</a>';
                        $this->_output .= "</td></tr>\n";
                        $this->_output .= "<tr><td><hr noshade width=\"100%\" size=\"1\"></td></tr>\n";
                        $this->_output .= "</table></td></tr>";