diff options
author | Fat-Zer <fatzer2@gmail.com> | 2025-07-02 10:26:41 +0000 |
---|---|---|
committer | Fat-Zer <fatzer2@gmail.com> | 2025-07-02 10:26:41 +0000 |
commit | 025ed8ca827d8cd90c29ebfb8c3eaacc59e18f8c (patch) | |
tree | caaab08fcfc4c417e645fb5605e6b5abf4c4a65f | |
parent | 409442c1ea8f167485642fbdb3494ff58900966f (diff) | |
download | tdebase-025ed8ca827d8cd90c29ebfb8c3eaacc59e18f8c.tar.gz tdebase-025ed8ca827d8cd90c29ebfb8c3eaacc59e18f8c.zip |
kate: [minor] remove an unmatched cloasing tag
Signed-off-by: Fat-Zer <fatzer2@gmail.com>
-rw-r--r-- | kate/data/tips | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/data/tips b/kate/data/tips index aaee34424..07ed4a968 100644 --- a/kate/data/tips +++ b/kate/data/tips @@ -102,7 +102,7 @@ line.</p> <p>Simply enter your filter in the filter entry at the bottom, for example: <code>*.html *.php</code> if you only want to see HTML and PHP files in the current folder.</p> -<p>The File Selector will even remember your filters for you.</strong></p> +<p>The File Selector will even remember your filters for you.</p> </html> </tip> <tip category="Kate|app"> |