From mboxrd@z Thu Jan 1 00:00:00 1970 From: wub at partyvan.eu (Juuso Lapinlampi) Date: Wed, 11 May 2016 18:04:15 +0000 Subject: [PATCH 2/5] Revert "ui-summary: add "rel='vcs-git'" to clone URL links" In-Reply-To: <1462989858-15825-1-git-send-email-wub@partyvan.eu> References: <1462989858-15825-1-git-send-email-wub@partyvan.eu> Message-ID: <1462989858-15825-3-git-send-email-wub@partyvan.eu> vcs-git is not a registered keyword. This microformat does not seem to be very popular and will throw errors in HTML validators. Because the element leaves us with no sensible rel attribute to use, there's no reason to keep this. For future consideration, microdata should be marked with Schema.org markup instead. This reverts commit d31be4ccc2f978edd2a40c2721e1efdc1eee2343. --- ui-summary.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ui-summary.c b/ui-summary.c index 8e81ac4..375bd45 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -31,11 +31,9 @@ static void print_url(const char *url) htmlf("Clone\n", columns); } - htmlf(""); + html("'>"); html_txt(url); html("\n"); } -- 2.8.1