git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54586 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -2015,12 +2015,12 @@ r"""#!/usr/bin/env python
# DATE: %s
#
#%s
-""" % ('#' * 79,
+""" % ('#' * 77,
EncodeString(properties['name']),
EncodeString(properties['author']),
EncodeString('\n# '.join(properties['description'].splitlines())),
time.asctime(),
- '#' * 79))
+ '#' * 77))
self.fd.write(
r"""