From e3a622a8904b77b2980b2929baea00008ea0caef Mon Sep 17 00:00:00 2001 From: =?utf8?q?L=C3=A9o=20Colombaro?= Date: Fri, 26 Apr 2013 22:18:07 +0300 Subject: [PATCH] Twice tag closing --- includes/functions-html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions-html.php b/includes/functions-html.php index 34b79b7..1414f0a 100644 --- a/includes/functions-html.php +++ b/includes/functions-html.php @@ -467,7 +467,7 @@ function yourls_table_edit_row( $keyword ) { RETURN; $return = sprintf( urldecode( $return ), yourls__( 'Long URL' ), yourls__( 'Short URL' ), yourls__( 'Title' ), yourls__( 'Save' ), yourls__( 'Save new values' ), yourls__( 'Cancel' ), yourls__( 'Cancel editing' ) ); } else { - $return = '>' . yourls__( 'Error, URL not found' ) . ''; + $return = '' . yourls__( 'Error, URL not found' ) . ''; } $return = yourls_apply_filter( 'table_edit_row', $return, $keyword, $url, $title ); -- 2.45.0