From 2ad41b90d9c0a650a18aa950bd48cb90947eb922 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Mon, 14 May 2018 13:20:36 -0700 Subject: [PATCH] update wiki link --- views/webmention-send.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/webmention-send.php b/views/webmention-send.php index cf080af..081d398 100644 --- a/views/webmention-send.php +++ b/views/webmention-send.php @@ -26,7 +26,7 @@ $(function(){ url: source_url }, function(data) { if(data.links.length == 0) { - $("#send-table tbody tr:first td").html('
No links were found from the given URL. Make sure your post is marked up with h-entry and contains some links.
'); + $("#send-table tbody tr:first td").html('
No links were found from the given URL. Make sure your post is marked up with h-entry and contains some links.
'); $("#send-table").removeClass("fixed").removeClass("single").removeClass("line"); return; }