diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-07-27 07:23:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-27 07:23:04 +0200 |
commit | 7b23cf3dc69ebcdeda996bd0a2e3c930f68a379a (patch) | |
tree | fd464998dcffc496368ecba798cdc65091118c2d /core | |
parent | 6ccc34f5af4352cdaec9b5d09a99b31583310a87 (diff) | |
parent | f77cc11a2832c83c7246fb3adb946b46c9361a6b (diff) | |
download | nextcloud-server-7b23cf3dc69ebcdeda996bd0a2e3c930f68a379a.tar.gz nextcloud-server-7b23cf3dc69ebcdeda996bd0a2e3c930f68a379a.zip |
Merge pull request #10415 from nextcloud/bugfix/noid/regex-icons
Fix regex for icon urls
Diffstat (limited to 'core')
-rw-r--r-- | core/img/actions/star-dark.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/img/actions/star-dark.svg b/core/img/actions/star-dark.svg index 16a7ac53ba7..331f1676852 100644 --- a/core/img/actions/star-dark.svg +++ b/core/img/actions/star-dark.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 16" width="16" height="16"><path d="m8 0.5 2.2 5.3 5.8 0.45-4.5 3.75 1.5 5.5-5-3.1-5 3.1 1.5-5.5-4.5-3.75 5.8-0.45z"/></svg> +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 16" width="16" height="16"><path d="m8 0.5 2.2 5.3 5.8 0.45-4.5 3.75 1.5 5.5-5-3.1-5 3.1 1.5-5.5-4.5-3.75 5.8-0.45z" fill="#000"/></svg> |