Ignore:
Timestamp:
Sep 8, 2009 5:52:25 PM (15 years ago)
Author:
liebster
Message:

Added additional functionality for metatags using

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.seoptimizer/trunk/quintagroup/seoptimizer/browser/viewlets.py

    r1261 r1265  
    124124        custom_meta_tags = seo_context.seo_customMetaTags() 
    125125        for tag in custom_meta_tags: 
    126             metaTags[tag['meta_name']] = tag['meta_content'] 
     126            if tag['meta_content']: 
     127                metaTags[tag['meta_name']] = tag['meta_content'] 
    127128 
    128129        # Set the additional matching keywords, if any 
Note: See TracChangeset for help on using the changeset viewer.