From 09114c215c8c58595964ff017ab80394860fd75b Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" <> Date: Thu, 4 Apr 2002 04:01:01 +0000 Subject: Fix for bug 98658: Let administrator know which customised templates have been updated by Bugzilla team. Patch adds a version string to every template and a check in t/004template.t to check for version strings in templates. Note that two templates that were not included in the initial patch now have version strings added. r=justdave, r2=myk --- template/default/attachstatus/create.atml | 1 + 1 file changed, 1 insertion(+) (limited to 'template/default/attachstatus/create.atml') diff --git a/template/default/attachstatus/create.atml b/template/default/attachstatus/create.atml index 7387d82ad..128d811dc 100755 --- a/template/default/attachstatus/create.atml +++ b/template/default/attachstatus/create.atml @@ -1,3 +1,4 @@ + [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of -- cgit v1.2.1