ShadowBlip / gamescope-dbus

Daemon for interacting with Gamescope over DBus
GNU General Public License v3.0
7 stars 2 forks source link

Remove br tag from title to fix search engine results #10

Closed strycore closed 2 weeks ago

strycore commented 1 month ago

When searching for gamescope_dbus on search engines, the results show newline characters likely caused by some bad parsing on Github's side.

image

I moved the <br> tag outside of the <h1> title which should fix the issue next time the page is re-indexed.

Also updated Cargo.lock to the current release.

strycore commented 2 weeks ago

I had to close VS Code and do the edit with Vim because VS Code kept reverting the version to 1.4.1 :sweat_smile: