Skip to content

Commit

Permalink
mismatched header tag typo. re #471
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed May 24, 2019
1 parent 5bf1444 commit 40c5d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/framework/jqm.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ JTSageDateBox.style_inHide = function() {
*/
JTSageDateBox.style_mainHead = function ( text, themeBar, themeButton ) {
return "<div class='ui-header ui-bar-" + themeBar + "'>" +
"<h1 class='ui-title'>" + text + "</h5>" +
"<h1 class='ui-title'>" + text + "</h1>" +
this.style_btn( [
themeButton[0],
themeButton[1] + " dbCloser ui-btn-right"
Expand Down

0 comments on commit 40c5d90

Please sign in to comment.