* GSWeb/GSWBody.m

fix initWithName:...


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@37983 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Manuel Guesdon 2014-07-04 20:10:38 +00:00
parent 03d83ffad3
commit e364678614
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
2014-07-04 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb/GSWBody.m
fix initWithName:...
2014-07-01 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb/GSWHyperlink.m
fix -appendAttribute:... for nil href value

View file

@ -37,11 +37,11 @@
//--------------------------------------------------------------------
-(id)initWithName:(NSString*)name
associations:(NSDictionary*)associations
contentElements:(NSMutableArray*)elements
template:(GSWElement*)template
{
if ((self=[super initWithName:@"body"
associations:associations
contentElements:elements]))
template:template]))
{
};
return self;