diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 068fe3208..c10d97a60 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -1,4 +1,5 @@ 6.7.2 + - fix [ 1267548 ] can't add metadata field (midellaq) - fix [ 1265788 ] SyndicatedContent *not working* in 6.7.x - fix [ 1245765 ] Missing 'page not found' crashes settings - fix [ 1263934 ] 6.6.5 Import Scripts Asset URLs diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index c947d68cf..72a52d1b4 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -652,7 +652,7 @@ sub getEditForm { $tabform->getTab("meta")->readOnly( -value=>'

'. WebGUI::International::get('Add new field','Asset'). - '

' + '

', -hoverHelp=>WebGUI::International::get('make prototype description',"Asset"), ); }