This commit is contained in:
Ross
2021-09-01 22:49:20 +01:00
parent 6a5af2fe6b
commit 5a8ffcdae0
+1 -1
View File
@@ -148,4 +148,4 @@ def print_dicom(dataset, indent=0):
l.append("{0:s} {1:s} = {2:s}".format(indent_string,
data_element.name,
repr_value))
return "\n".join(l)
return "\n<br/>".join(l)