Commit c7a3f918 authored by Christophe Dumez's avatar Christophe Dumez

- Fixed some XHTML problems


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8182 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b75c77fa
......@@ -573,7 +573,7 @@ class SubversionTool(BaseTool, UniqueObject, Folder):
edit_path = self.editPath(business_template, file_path)
if edit_path != '#':
header += '&nbsp;&nbsp;<a href="'+self.editPath(business_template, \
file_path) + '"><img src="imgs/edit.png" style="border: 0"></a>'
file_path) + '"><img src="imgs/edit.png" style="border: 0" alt="edit" /></a>'
return header
def _encodeSSLTrust(self, trust_dict, permanent=False):
......@@ -617,7 +617,7 @@ class SubversionTool(BaseTool, UniqueObject, Folder):
input_file = open(file_path, 'r')
head = "<span style='font-weight: bold'>"+file_path+'</span> <a href="' + \
self.editPath(business_template, file_path) + \
'"><img src="imgs/edit.png" style="border: 0"></a><hr/>'
'"><img src="imgs/edit.png" style="border: 0" alt="edit" /></a><hr/>'
text = head + colorize(input_file.read())
input_file.close()
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment