]> err.no Git - sope/blobdiff - sope-appserver/WEExtensions/WEPageLink.m
milli => micro
[sope] / sope-appserver / WEExtensions / WEPageLink.m
index 4d8fc40a1bc589785d271a29793a2ef8e04ea57b..620f8ca966de7abc47c4151cc392f24a34004571 100644 (file)
   [_response appendContentCharacter:'"'];
   
   if (self->otherTagString) {
-    NSString *s;
-    
-    s = [self->otherTagString stringValueInComponent:[_ctx component]];
-    [_response appendContentString:s];
+    [_response appendContentCharacter:' '];
+    [_response appendContentString:
+      [self->otherTagString stringValueInComponent:[_ctx component]]];
   }
   [_response appendContentCharacter:'>'];