Skip to content

Commit ea3d9fd

Browse files
committed
In HTML5 we don't need to close tags
1 parent d6c5418 commit ea3d9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/errbit_github_plugin/issue_tracker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class IssueTracker < ErrbitPlugin::IssueTracker
77
LABEL = "github"
88

99
NOTE = "Please configure your github repository in the <strong>GITHUB " \
10-
"REPO</strong> field above.<br/> Instead of providing your " \
10+
"REPO</strong> field above.<br> Instead of providing your " \
1111
"username & password, you can link your Github account to your " \
1212
"user profile, and allow Errbit to create issues using your " \
1313
"OAuth token."

0 commit comments

Comments
 (0)