Show
Ignore:
Timestamp:
08/25/08 18:16:42 (5 months ago)
Author:
dmondark
Message:

Fixing a syntax error that was preventing the description field from being styled.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/metaseo/trunk/metaseo.plugin.php

    r670 r819  
    188188            $description= $metaseo->append( 'textarea', 'description', 'null:null', 'Description' ); 
    189189            $description->value= ( isset( $post->info->metaseo_desc ) ? $post->info->metaseo_desc : '' ); 
    190             $$description->template = 'tabcontrol_textarea'; 
     190            $description->template = 'tabcontrol_textarea'; 
    191191        } 
    192192    }