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

Issue 49686: return HtmlString from WorkflowViewBase.navigationLinks #68

Merged
merged 3 commits into from
Apr 8, 2024

Conversation

labkey-susanh
Copy link
Contributor

Rationale

Issue 49686

Changes

  • Use HtmlStringBuilder instead of StringBuilder

builder.append(PageFlowUtil.link("All workflows").href(new ActionURL(WorkflowController.BeginAction.class, getContainer())));
builder.append("\n  \n");
builder.append(HtmlString.BR);
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this intentional to use HtmlString.BR instead of HtmlString.NBSP?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not intentional. Thanks.

@labkey-susanh labkey-susanh merged commit 922759e into develop Apr 8, 2024
1 check passed
@labkey-susanh labkey-susanh deleted the fb_htmlStrings branch April 8, 2024 14:04
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.

2 participants