Changeset 960

Show
Ignore:
Timestamp:
09/14/07 10:25:40
Author:
crchemist
Message:

Remove from templates uncorrect symbols.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneGoogleSitemaps/trunk/skins/qPloneGoogleSitemaps/prefs_gsm_verification.cpt

    r51 r960  
    7575                                        tal:attributes="href string: https://www.google.com/webmasters/sitemaps/verify?siteUrl=${portal/absolute_url}&hl=en" 
    7676                                        tal:omit-tag="step2"> 
    77                         site verification page</a> and press “Check Status” button. 
     77                        site verification page</a> and press "Check Status" button. 
    7878                        </li> 
    7979                        <li class="discreet" 
  • qPloneGoogleSitemaps/trunk/tests/testqPloneGoogleSitemaps.py

    r958 r960  
    5858    def testVerificationFile(self): 
    5959        self.portal.gsm_create_verify_file('verif_file') 
     60         
    6061        vf_created = hasattr(self.portal, 'verif_file') 
    6162        self.assert_(vf_created, 'Verification file not created')