mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-21 02:41:04 +00:00
* 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:
parent
03d83ffad3
commit
e364678614
2 changed files with 5 additions and 2 deletions
|
@ -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>
|
2014-07-01 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||||
* GSWeb/GSWHyperlink.m
|
* GSWeb/GSWHyperlink.m
|
||||||
fix -appendAttribute:... for nil href value
|
fix -appendAttribute:... for nil href value
|
||||||
|
|
|
@ -37,11 +37,11 @@
|
||||||
//--------------------------------------------------------------------
|
//--------------------------------------------------------------------
|
||||||
-(id)initWithName:(NSString*)name
|
-(id)initWithName:(NSString*)name
|
||||||
associations:(NSDictionary*)associations
|
associations:(NSDictionary*)associations
|
||||||
contentElements:(NSMutableArray*)elements
|
template:(GSWElement*)template
|
||||||
{
|
{
|
||||||
if ((self=[super initWithName:@"body"
|
if ((self=[super initWithName:@"body"
|
||||||
associations:associations
|
associations:associations
|
||||||
contentElements:elements]))
|
template:template]))
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
return self;
|
return self;
|
||||||
|
|
Loading…
Reference in a new issue