mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 16:50:52 +00:00
* GSWeb.framework/GSWWOCompatibility.h: Fix typo.
* GSWeb.framework/GSWURLValuedElementData.m ([GSWURLValuedElementData initWithData:mimeType:key:]): Call stringUniqueIdWithLength: with minimal allowed length. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18434 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ff0705c527
commit
ee5aacb921
9 changed files with 349 additions and 34 deletions
|
@ -41,7 +41,7 @@
|
|||
GSWAssociation* _formValue;
|
||||
GSWAssociation* _formValues;
|
||||
GSWAssociation* _invokeAction;
|
||||
GSWAssociation* _elementId;
|
||||
GSWAssociation* _elementID;
|
||||
GSWAssociation* _otherTagString;
|
||||
NSDictionary* _otherAssociations;
|
||||
BOOL _hasFormValues;
|
||||
|
@ -63,8 +63,8 @@
|
|||
-(void)takeValuesFromRequest:(GSWRequest*)request
|
||||
inContext:(GSWContext*)context;
|
||||
|
||||
-(id)_elementNameAppenedToResponse:(GSWResponse*)response
|
||||
inContext:(GSWContext*)context;
|
||||
-(id)_elementNameAppendToResponse:(GSWResponse*)response
|
||||
inContext:(GSWContext*)context;
|
||||
|
||||
-(void)_appendTagWithName:(NSString*)name
|
||||
toResponse:(GSWResponse*)response
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue