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; }