fix 11941 cannot edit default templates

This commit is contained in:
Doug Bell 2010-11-01 16:05:04 -05:00
parent 5ac6a9749e
commit 97020f69bf
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -826,7 +826,7 @@ ENDHTML
. $i18n->get( "warning default template" )
. q{</p><p>}
. sprintf( q{<a href="} . $duplicateUrl . q{">%s</a>}, $i18n->get( "make duplicate label" ) )
. q{</p></div}
. q{</p></div>}
;
}