summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2013-12-11 18:36:38 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2013-12-11 18:36:38 +0530
commitff5fc07d7aceeab28b9f43eecf429ef24f490786 (patch)
tree04bfcabf0f21c80426b0387bc995eafe18e82e99 /src
parentb3a71a0b28dcea3c244d23cecbf31cb65a4fa56b (diff)
modded the table header.
Diffstat (limited to 'src')
-rw-r--r--src/gns-deb-diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns-deb-diff.py b/src/gns-deb-diff.py
index c6362be..3bc11d1 100644
--- a/src/gns-deb-diff.py
+++ b/src/gns-deb-diff.py
@@ -176,7 +176,7 @@ returns it as a string.
"""
table = [
- "||Package||Difference||",
+ "||'''Package'''||'''Difference'''||",
]
for pkg, diff in pkg_readmes.items():