public
Description: Midgard Components Framework 3rd generation
Homepage: http://www.midgard-project.org
Clone URL: git://github.com/bergie/midcom.git
Meta for meta tags
bergie (author)
Thu May 29 07:25:47 -0700 2008
commit  2c5b4ad050b4a1bc2a03ef0b23bc0de7b8a07118
tree    93662bc74b3fd829516d545bb9fde6669ac8c5e8
parent  f8c0c1270d6af9b1dcbd8963b16a361b42cae594
...
195
196
197
198
 
199
200
201
...
195
196
197
 
198
199
200
201
0
@@ -195,7 +195,7 @@ class midcom_core_helpers_head
0
             return false;
0
         }
0
 
0
- $output = '<link';
0
+ $output = '<meta';
0
         foreach ($attributes as $key => $val)
0
         {
0
             $output .= " {$key}=\"{$val}\" ";

Comments

    No one has commented yet.