corrected file path of related dependencies

Former-commit-id: 62ffe2147fe1ed2e0126359371580cb0b098f4b1
This commit is contained in:
Jeremy Long
2013-05-19 08:29:00 -04:00
parent bd6aa7c61b
commit 8e6b8a092b

View File

@@ -368,7 +368,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
#foreach($related in $dependency.getRelatedDependencies())
<li>$esc.html($related.FileName)
<ul>
<li>File Path:&nbsp;$esc.html($dependency.FilePath)</li>
<li>File Path:&nbsp;$esc.html($related.FilePath)</li>
<li>SHA1:&nbsp;$esc.html($related.Sha1sum)</li>
<li>MD5:&nbsp;$esc.html($related.Md5sum)</li>
</ul>