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{

} ; }