We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef18804 commit 8a9b341Copy full SHA for 8a9b341
SSYWeblocGuy.m
@@ -127,7 +127,7 @@ - (NSDictionary*)filenameAndUrlFromWeblocFileAtPath:(NSString*)path {
127
if (url.length > 0) {
128
NSString* filename = [[path lastPathComponent] stringByDeletingPathExtension] ;
129
answer = [NSDictionary dictionaryWithObjectsAndKeys:
130
- [filename stringByDeletingPathExtension], @"filename",
+ filename, @"filename",
131
url, @"url",
132
nil] ;
133
}
0 commit comments