From 8fbc05bbaf97373d061ccb52f3a5e227237980bb Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 10 Jul 2013 15:58:34 -0700 Subject: make it harder to create supplemental packages by accident, #20689 --- httemplate/elements/tr-justtitle.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate/elements') diff --git a/httemplate/elements/tr-justtitle.html b/httemplate/elements/tr-justtitle.html index e9eda8b18..b87f7e128 100644 --- a/httemplate/elements/tr-justtitle.html +++ b/httemplate/elements/tr-justtitle.html @@ -1,5 +1,5 @@ - ALIGN="left"> + ALIGN="left" <%$id%>> <% $opt{value} %> @@ -7,5 +7,6 @@ <%init> my %opt = @_; +my $id = 'ID="'.$opt{id}.'"' if $opt{id}; -- cgit v1.2.1