diff options
Diffstat (limited to 'scripts/cbc_repo2html')
| -rwxr-xr-x | scripts/cbc_repo2html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/cbc_repo2html b/scripts/cbc_repo2html index 87bbc81..0eaffad 100755 --- a/scripts/cbc_repo2html +++ b/scripts/cbc_repo2html @@ -28,7 +28,7 @@ if __name__ == '__main__':      print('<head>')      print('<title>Repository Contents</title>')      print('</head>') -    print('<body') +    print('<body>')      print('<pre>')      for key, subdict in sorted(repodata['packages'].items()):          print("{0:50s} {1:>40s} {2:>20d}kb".format(key, subdict['md5'], subdict['size'])) | 
