diff options
| -rw-r--r-- | templates/over_quota.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/over_quota.tpl b/templates/over_quota.tpl index 31a62d2..eab450f 100644 --- a/templates/over_quota.tpl +++ b/templates/over_quota.tpl @@ -6,5 +6,5 @@ <div class="body"> {formfeedback error="{tr}You are over your quota and have no space to upload new files.{/tr}"} <p>{tr}Delete some of your files or see you system administrator about getting a larger quota.{/tr}</p> - </div> -</div>
\ No newline at end of file + </div><!-- end .body --> +</div> |
