From 97020f69bf882b574dc7518448da2c5e1655f6ea Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Mon, 1 Nov 2010 16:05:04 -0500 Subject: [PATCH] fix 11941 cannot edit default templates --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Asset/Template.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 96a570eb5..b75ff6a23 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -21,6 +21,7 @@ - fixed #11935: shortcut uses wrong value for getContentLastModified - fixed #11940: quickCSV chokes on newlines in data - fixed #11933: EMS shows a dollar currency symbol on Badge Listing + - fixed #11941: cannot edit default templates in some browsers 7.10.3 - fixed #11903: Unnecessary debug in Thingy diff --git a/lib/WebGUI/Asset/Template.pm b/lib/WebGUI/Asset/Template.pm index 7749bc0a3..d5e0c9102 100644 --- a/lib/WebGUI/Asset/Template.pm +++ b/lib/WebGUI/Asset/Template.pm @@ -826,7 +826,7 @@ ENDHTML . $i18n->get( "warning default template" ) . q{

} . sprintf( q{%s}, $i18n->get( "make duplicate label" ) ) - . q{

} ; }