Ignore:
Timestamp:
Feb 24, 2010 1:04:46 PM (14 years ago)
Author:
mylan
Message:

#142: minor cleanup of seo_context view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.seoptimizer/branches/refactoring2.3.0/quintagroup/seoptimizer/browser/views.py

    r1815 r1819  
    9090 
    9191    def seo_customMetaTags( self ): 
    92         """        Returned seo custom metatags from default_custom_metatags property in seo_properties 
     92        """Returned seo custom metatags from default_custom_metatags property in seo_properties 
    9393        (global seo custom metatags) with update from seo custom metatags properties in context (local seo custom metatags). 
    9494        """ 
     
    108108 
    109109    def seo_globalWithoutLocalCustomMetaTags( self ): 
    110         """        Returned seo custom metatags from default_custom_metatags property in seo_properties 
     110        """Returned seo custom metatags from default_custom_metatags property in seo_properties 
    111111        (global seo custom metatags) without seo custom metatags from properties in context (local seo custom metatags). 
    112112        """ 
     
    146146                                   'meta_content' : len(name_value) == 2 and name_value[1] or ''}) 
    147147        return result 
    148  
    149     def seo_html_comment( self ): 
    150         """ Generate HTML Comments from SEO properties. 
    151         """ 
    152         html_comment = self.getSEOProperty( 'qSEO_html_comment' ) 
    153         return html_comment and html_comment or ''  
    154148 
    155149    def meta_keywords( self ): 
Note: See TracChangeset for help on using the changeset viewer.