Changeset 105

Show
Ignore:
Timestamp:
09/10/06 13:27:54 (2 years ago)
Author:
trivoallan
Message:

Clever Box? : fixes #69

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cleverbox/branches/0.1/cleverbox/scripts/admin.py

    r93 r105  
    817817 
    818818        cmd_data = { 'env_path'       : trac_env_path, 
    819                      'title'          : '"%s :: %s :: Trac"' % (infos['client'], infos['short_name']), 
     819                     'title'          : '"%s - %s - Trac"' % (infos['client'], infos['short_name']), 
    820820                     'db_dsn'         : 'sqlite:db/trac.db', 
    821821                     'svn_path'       : svn_path,