From 059ef037aab53348803fbf2993dc1451b5f9572c Mon Sep 17 00:00:00 2001 From: Michele Dell'Aquila Date: Wed, 24 Aug 2005 00:32:32 +0000 Subject: [PATCH] fixed typo that prevented metadata field creation from within asset's Metadata tab [1267548] --- docs/changelog/6.x.x.txt | 1 + lib/WebGUI/Asset.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"), ); }