diff options
Diffstat (limited to 'tbc_error_page')
-rw-r--r-- | tbc_error_page/templates/broken.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tbc_error_page/templates/broken.html b/tbc_error_page/templates/broken.html index 1b7a05f..841069c 100644 --- a/tbc_error_page/templates/broken.html +++ b/tbc_error_page/templates/broken.html @@ -10,8 +10,8 @@ <p></p> <table border = 1> <tr> - <th> Sr no. </b></th> - <th> Broken Urls </b></th> + <th> Sr no. </th> + <th> Broken Urls </th> <th> <b> HTTP status error code </th> </tr> {% for broken_data in broken %} |