From b74939d551232eacd19f370c116da4a83a6a8b21 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 30 Jul 2017 15:50:20 -0700 Subject: [PATCH] Fixes #17 so links are relative and not fixed from root /. --- Mce/abe.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mce/abe.py b/Mce/abe.py index 96a630e..7302abb 100755 --- a/Mce/abe.py +++ b/Mce/abe.py @@ -715,10 +715,10 @@ def handle_chain(abe, page): body += ['
'] body += ['

Summary

'] body += [''] - body += ['',''] + body += ['', ''] #body += html_keyvalue_tablerow('Blocks', info_resp['blocks']) body += html_keyvalue_tablerow('Transactions', num_txs) - body += ['', ''] + body += ['', ''] #body += html_keyvalue_tablerow('Assets', num_assets) body += html_keyvalue_tablerow('Addresses', num_addresses) body += ['
Blocks', info_resp['blocks'], 'Blocks', info_resp['blocks'], 'Assets'.format(escape(chain.name)), num_assets, 'Assets', num_assets, '
']