mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-18 08:26:03 +02:00
fix link
This commit is contained in:
parent
2cdbc1159e
commit
9a523ead31
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ QString userLink(const QString& username, const QString& placename) {
|
|||
if (placename.isEmpty()) {
|
||||
return QString("someone");
|
||||
} else {
|
||||
return QString("someone in <a href=\"%1%2\"%2</a>").arg(PLACE_PAGE_BASE_URL, placename);
|
||||
return QString("someone <a href=\"%1%2\">nearby</a>").arg(PLACE_PAGE_BASE_URL, placename);
|
||||
}
|
||||
}
|
||||
return QString("<a href=\"%1%2\">%2</a>").arg(USER_PAGE_BASE_URL, username);
|
||||
|
|
Loading…
Reference in a new issue