From b1601dcd4c2375c4ff407df606941b20d7ad364c Mon Sep 17 00:00:00 2001 From: vladest Date: Sat, 28 Oct 2017 12:07:29 +0200 Subject: [PATCH] fix typo in tablet avatar browser --- .../tablet/tabletWindows/preferences/TabletAvatarBrowser.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/tablet/tabletWindows/preferences/TabletAvatarBrowser.qml b/interface/resources/qml/hifi/tablet/tabletWindows/preferences/TabletAvatarBrowser.qml index 34d587a3f5..2ea12f1d3d 100644 --- a/interface/resources/qml/hifi/tablet/tabletWindows/preferences/TabletAvatarBrowser.qml +++ b/interface/resources/qml/hifi/tablet/tabletWindows/preferences/TabletAvatarBrowser.qml @@ -31,7 +31,7 @@ Item { BaseWebView { id: webview - url: (Account.metaverseServerURL + "/marketplace?category=avatars)" + url: (Account.metaverseServerURL + "/marketplace?category=avatars") focus: true anchors {