mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Pipe user link in author field
Bug: 53669 Change-Id: I9da22e59a3f46a5ce10e975950cbf9abf3920da3
This commit is contained in:
parent
a12434ad2b
commit
96de1dc54c
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ public class Contribution extends Media {
|
||||||
.append("{{Information\n")
|
.append("{{Information\n")
|
||||||
.append("|description=").append(description).append("\n")
|
.append("|description=").append(description).append("\n")
|
||||||
.append("|source=").append("{{own}}\n")
|
.append("|source=").append("{{own}}\n")
|
||||||
.append("|author=[[User:").append(creator).append("]]\n");
|
.append("|author=[[User:").append(creator).append("|").append(creator).append("]]\n");
|
||||||
if(dateCreated != null) {
|
if(dateCreated != null) {
|
||||||
buffer
|
buffer
|
||||||
.append("|date={{According to EXIF data|").append(isoFormat.format(dateCreated)).append("}}\n");
|
.append("|date={{According to EXIF data|").append(isoFormat.format(dateCreated)).append("}}\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue