Finalize vcard editing:
[citadel.git] / webcit / msg_renderers.c
index 5bfc364e5266bb6ad69184462e6443d625bbc605..ed8de1fe96b56f26fbd66f6b68c5290f7071224a 100644 (file)
@@ -932,7 +932,7 @@ void tmplput_MAIL_SUMM_PERMALINK(StrBuf *Target, WCTemplputParams *TP)
 
        perma_link = NewStrBufPlain(HKEY("/readfwd?go="));
        StrBufUrlescAppend(perma_link, WC->CurRoom.name, NULL);
-       View = SBSTR("view");
+       View = sbstr("view");
        if (View != NULL) {
                StrBufAppendBufPlain(perma_link, HKEY("?view="), 0);
                StrBufAppendBuf(perma_link, View, 0);