Extension ext-network does now show if a network requires the webmaster to send a...
[mailer.git] / inc / classes / rdf.class.php
index 988b3d2915dd3490305e464b4311846b0c647aa1..78c7e95fbbd267e132e9a4d5745f6161b6b44615 100644 (file)
@@ -799,7 +799,7 @@ class fase4_rdf {
                        case 'textinput':
                                if(isset($this->_display_opt['textinput']) && ($this->_display_opt['textinput'] != 'hidden') && $this->_item['name'] && $this->_item['link']) {
                                        $this->_output .= "<tr><td class=\"fase4_rdf\">\n";
-                                       $this->_output .= "<form accept-charset=\"utf-8\" action=\"".$this->_item['link']."\" ";
+                                       $this->_output .= "<form accept-charset=\"UTF-8\" action=\"".$this->_item['link']."\" ";
                                        if(isset($this->_link_target)) { $this->_output .= "target=\"".$this->_link_target."\" "; }
                                        $this->_output .= "method=\"get\">\n";
                                        $this->_output .= "<div class=\"fase4_rdf_title\">".$this->_item['title']."</div>";