diff --git a/fgsMetsMods/templates/record.tpl b/fgsMetsMods/templates/record.tpl
index 57b35ad..c6cb21b 100644
--- a/fgsMetsMods/templates/record.tpl
+++ b/fgsMetsMods/templates/record.tpl
@@ -145,27 +145,25 @@
-
- {foreach $fileGroups as $fileGroup}
-
- {foreach $fileGroup as $fileInfo}
- {assign var=file value=$fileInfo.file}
- getId()|escape}" MIMETYPE="{$file->getdata('mimetype')|escape}"
- {if $file->getdata('mimetype') == "application/pdf"}
- USE="Portable document format (PDF)"
- {elseif $file->getdata('mimetype') == "text/xml" or $file->getdata('mimetype') == "application/xml"}
- USE="Extensible markup language (XML)"
- {else}
- USE="{$file->getdata('mimetype')|regex_replace:"#.*/#":""|upper|escape}"
- {/if}
- SIZE="{$fileInfo.fileSize|escape}"
- CREATED="{$file->getDateModified()|strftime|date_format:'c'|escape}">
-
-
- {/foreach}
-
- {/foreach}
-
+ {foreach $fileGroups as $fileGroup}
+
+ {foreach $fileGroup as $fileInfo}
+ {assign var=file value=$fileInfo.file}
+ getId()|escape}" MIMETYPE="{$file->getdata('mimetype')|escape}"
+ {if $file->getdata('mimetype') == "application/pdf"}
+ USE="Portable document format (PDF)"
+ {elseif $file->getdata('mimetype') == "text/xml" or $file->getdata('mimetype') == "application/xml"}
+ USE="Extensible markup language (XML)"
+ {else}
+ USE="{$file->getdata('mimetype')|regex_replace:"#.*/#":""|upper|escape}"
+ {/if}
+ SIZE="{$fileInfo.fileSize|escape}"
+ CREATED="{$file->getDateModified()|strftime|date_format:'c'|escape}">
+
+
+ {/foreach}
+
+ {/foreach}