From 9c1cacae42d5d993a004a311089d7ac943002dc5 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Wed, 27 Nov 2013 14:48:38 -0800 Subject: [ticket/11915] Provide the URL to the attachment when it's uploaded. PHPBB3-11915 --- phpBB/styles/prosilver/template/posting_attach_body.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/posting_attach_body.html b/phpBB/styles/prosilver/template/posting_attach_body.html index af215bb710..2af0686ac8 100644 --- a/phpBB/styles/prosilver/template/posting_attach_body.html +++ b/phpBB/styles/prosilver/template/posting_attach_body.html @@ -55,7 +55,7 @@ - {attach_row.FILENAME} + {attach_row.FILENAME}   -- cgit v1.2.1