Avatar

Micha spotted a tiny bug in 2.4.22 (no show stopper) (General)

by Auge ⌂, Wednesday, September 30, 2020, 11:06 (1276 days ago)

Hello

Micha found a bug in all language files with exception of English and German languages. I introduced the bug with the back-to-top-link text snippets. We mark all snippets that needs to be translated from english to the target language of the file with a HTML-comment. We do this to make it easier to spot untranslated strings with the search function of any text editor.

Because of a non-attention I noted them in a faulty way.

Example:

My errorneous code:

back_to_top_link_title =          '</-- TODO -->Go back to top of the page'

The correct code:

back_to_top_link_title =          '<!-- TODO -->Go back to top of the page'

The wrong strings are shown in the browser as is (output: "</-- TODO -->Go back to top of the page") whereas the comment in the correct string stays hidden in the browser (output: "Go back to top of the page").

The error is the wrong slash versus the correct exclamation mark. Micha found and solved the issue and I will release a further corrected version within a short time. The error affects only two strings (back_to_top_link and back_to_top_link_title) in most of the language files (except lang/english.lang and lang/german.lang). One can solve the issue self in a text editor if one does not want to wait for the next release.

I'm sorry for the inconvenience. :-(

Tschö, Auge

--
Trenne niemals Müll, denn er hat nur eine Silbe!

Micha spotted a tiny bug in 2.4.22 (no show stopper)

by shian, Wednesday, September 30, 2020, 13:17 (1276 days ago) @ Auge

Thanks a lot for the new version.

I found another small bug in the new version, that's not exist in the previous:

Now the 'RSS Feed of thread' is displayed above the RSS icon...

Avatar

Micha spotted a tiny bug in 2.4.22 (no show stopper)

by Auge ⌂, Wednesday, September 30, 2020, 13:49 (1276 days ago) @ shian

Hello

I found another small bug in the new version, that's not exist in the previous:

Now the 'RSS Feed of thread' is displayed above the RSS icon...

Not only you ... Micha again. :-D

Tschö, Auge

--
Trenne niemals Müll, denn er hat nur eine Silbe!

RSS Feed of thread