diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2016-08-03 23:04:05 -0500 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-08-29 16:37:19 -0500 |
| commit | b941e602f1362b232845cd21279600f3b9793dc0 (patch) | |
| tree | 5edeb3b537918ae528acede19311841d33211fa5 /httemplate/elements | |
| parent | ae72b17b3bea122afd5058577dce7d3237b9561a (diff) | |
RT#42043: Check for cancelled packages with a cancellation date age option [age_newest options]
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/tr-freq.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-freq.html b/httemplate/elements/tr-freq.html index cb58bf6b5..795684cf7 100644 --- a/httemplate/elements/tr-freq.html +++ b/httemplate/elements/tr-freq.html @@ -15,7 +15,7 @@ <% $freq eq $units ? 'SELECTED' : '' %> ><% $freq{$freq} %> % } - </SELECT> + </SELECT><% $opt{'post_text'} || '' %> </TD> |
