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

fix for config links #6256

Merged
merged 1 commit into from Jan 24, 2023
Merged

fix for config links #6256

merged 1 commit into from Jan 24, 2023

Conversation

wyntonfranklin
Copy link
Contributor

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Documentation no
Translation no
CHANGELOG.md no
License MIT

fix for issue #5400

@wyntonfranklin
Copy link
Contributor Author

@j0k3r didn't see any other areas in config where this could be applicable.

Copy link
Member

@j0k3r j0k3r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@j0k3r j0k3r added this to the 2.6.0 milestone Jan 24, 2023
@j0k3r j0k3r merged commit 2e8ffa5 into wallabag:master Jan 24, 2023
@@ -45,7 +45,7 @@
{{ form_label(form.config.reading_speed) }}
<p>
{{ 'config.form_settings.reading_speed.help_message'|trans }}
<a href="https://wallabag.github.io/myreadspeed/">myreadspeed</a>
<a target="_blank" href="https://wallabag.github.io/myreadspeed/">myreadspeed</a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rel="noopener noreferrer" would have been nice.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:( now u tell me

@nicosomb
Copy link
Member

Just a little post, I'm not fan of _blank 😬

@wyntonfranklin
Copy link
Contributor Author

@nicosomb what's the better way

@nicosomb
Copy link
Member

The better way is to let the user decide.

@tcitworld
Copy link
Member

@nicosomb The change is not in the article body, just in two links in the config section.

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

Successfully merging this pull request may close these issues.

None yet

4 participants