diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-07-05 18:51:34 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-07-05 18:51:34 +0000 |
| commit | f7afce6e79e19de135e93ff72ea56e6accfccae9 (patch) | |
| tree | d6fa5bd6491a37caba7364da168dc730e6213f6d | |
| parent | fb78d8f796d4bb7f2127dc8da2b61d0a9f582d10 (diff) | |
| download | quota-f7afce6e79e19de135e93ff72ea56e6accfccae9.tar.gz quota-f7afce6e79e19de135e93ff72ea56e6accfccae9.tar.bz2 quota-f7afce6e79e19de135e93ff72ea56e6accfccae9.zip | |
insert missing <!-- end .body --> tags for more reliable highlighting
| -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> |
