Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@IllianiBird
Copy link
Collaborator

Added HTML tags to the wordWrap method to ensure proper line breaks using <br> instead of newline characters. This change improves the rendering of wrapped text in HTML contexts by enclosing the output in <html> tags.

This resolves a bug with tooltips used in the updated MekHQ DateChooser.

Added HTML tags to the `wordWrap` method to ensure proper line breaks using `<br>` instead of newline characters. This change improves the rendering of wrapped text in HTML contexts by enclosing the output in `<html>` tags.
@IllianiBird IllianiBird added Bug Any kind of issue that cannot be fixed without code changes Refactoring Non-functional changes for improving the code of the project labels Oct 2, 2024
@IllianiBird IllianiBird self-assigned this Oct 2, 2024
@codecov
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.06%. Comparing base (db3216f) to head (bc96356).
Report is 47 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #6053   +/-   ##
=========================================
  Coverage     29.06%   29.06%           
  Complexity    13981    13981           
=========================================
  Files          2601     2600    -1     
  Lines        267592   267586    -6     
  Branches      47792    47791    -1     
=========================================
  Hits          77771    77771           
+ Misses       185919   185913    -6     
  Partials       3902     3902           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@HammerGS HammerGS merged commit 181bca3 into MegaMek:master Oct 4, 2024
6 checks passed
@IllianiBird IllianiBird deleted the wordWrap_html branch March 23, 2025 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Any kind of issue that cannot be fixed without code changes Refactoring Non-functional changes for improving the code of the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants