Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyphen before home page title (refering to "Bug in title line of the frontpage #3876") #4060

Open
schris-dk opened this issue Apr 24, 2024 · 0 comments

Comments

@schris-dk
Copy link

schris-dk commented Apr 24, 2024

What version of GlobaLeaks are you using?

4.15.0

What browser(s) are you seeing the problem on?

All

What operating system(s) are you seeing the problem on?

Windows

Describe the issue

I never got a solution for this issue. Using DevTools I can see, that he issue is based in the

section :

<span data-ng-if="projectTitle &amp;&amp; pageTitle" class="TitleSeparator"> - </span>

YLbSwgZ6xv

Proposed solution

A solution to this issue could be to change this line to one of the two below:

1: <span data-ng-if="pageTitle" </span> (Removing the Project Title and only showing the PageTitle)

2: <span data-ng-if="projectTitle &amp;&amp; pageTitle" </span> (removing the TitleSeparator - then it is possible to ad the hyphen to the Project title, if it is needed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant