X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwiki.c;h=b1822e951a0ee17d5df2bcc5b63d6df8cb467977;hb=ab2663b63cfc104c3e99a6a110c0cf48c6b84a26;hp=45dd313e6c70816214ce9a71b906dfdafcdfa2fe;hpb=e64a3711948fd273213f363aa7525188bd5cda68;p=citadel.git diff --git a/webcit/wiki.c b/webcit/wiki.c index 45dd313e6..b1822e951 100644 --- a/webcit/wiki.c +++ b/webcit/wiki.c @@ -1,7 +1,7 @@ /* * Functions pertaining to rooms with a wiki view * - * Copyright (c) 2009-2012 by the citadel.org team + * Copyright (c) 2009-2018 by the citadel.org team * * This program is open source software. You can redistribute it and/or * modify it under the terms of the GNU General Public License, version 3. @@ -126,19 +126,11 @@ void tmplput_display_wiki_history(StrBuf *Target, WCTemplputParams *TP) wc_printf("", ((row%2) ? "#FFFFFF" : "#DDDDDD")); wc_printf("%s", rev_date_displayed); - if (!strcasecmp(ChrPtr(node), (char *)WC->serv_info->serv_nodename)) { - escputs(ChrPtr(author)); - wc_printf(" @ "); - escputs(ChrPtr(node)); - } - else { - wc_printf(""); - escputs(ChrPtr(author)); - wc_printf(""); - } - wc_printf(""); + wc_printf(""); + escputs(ChrPtr(author)); + wc_printf(""); if (row == 0) { wc_printf("