Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Discover
Commits
8f5fdb93
Commit
8f5fdb93
authored
Jan 27, 2022
by
Aleix Pol Gonzalez
🐧
Browse files
indentation
parent
1930f344
Pipeline
#129579
passed with stage
in 1 minute and 7 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
discover/qml/ApplicationsListPage.qml
View file @
8f5fdb93
...
...
@@ -42,7 +42,7 @@ DiscoverPage {
function
stripHtml
(
input
)
{
var
regex
=
/
(
<
([^
>
]
+
)
>
)
/ig
return
input
.
replace
(
regex
,
""
);
}
}
property
string
name
:
category
?
category
.
name
:
""
title
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment