Skip to content

Commit 69604be

Browse files
committed
Reformat code.
1 parent 5da5119 commit 69604be

3 files changed

Lines changed: 13 additions & 9 deletions

File tree

styles/pbtech/template/event/viewtopic_body_footer_before.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!-- IF S_QUICK_REPLY --><!-- INCLUDEJS @boardtools_quickreply/quickreply_pbwow.js --><!-- ENDIF -->
2-
<!-- INCLUDE @boardtools_quickreply/quickreply_init.html -->
3-
<!-- IF S_QUICK_REPLY --><style>
1+
<!-- IF S_QUICK_REPLY -->
2+
<!-- INCLUDEJS @boardtools_quickreply/quickreply_pbwow.js -->
3+
<style>
44
/* Remove styling specific for standard quick reply. */
55
#qr_postform .panel {
66
background: #ECEBEA;
@@ -26,4 +26,6 @@
2626
}
2727
.profile-context a.icon-refer:before { content: "\f1fa"; }
2828
.profile-context a.icon-pm:before { content: "\f075"; }
29-
</style><!-- ENDIF -->
29+
</style>
30+
<!-- ENDIF -->
31+
<!-- INCLUDE @boardtools_quickreply/quickreply_init.html -->

styles/pbwow3/template/event/viewtopic_body_footer_before.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!-- IF S_QUICK_REPLY --><!-- INCLUDEJS @boardtools_quickreply/quickreply_pbwow.js --><!-- ENDIF -->
2-
<!-- INCLUDE @boardtools_quickreply/quickreply_init.html -->
3-
<!-- IF S_QUICK_REPLY --><style>
1+
<!-- IF S_QUICK_REPLY -->
2+
<!-- INCLUDEJS @boardtools_quickreply/quickreply_pbwow.js -->
3+
<style>
44
/* Remove styling specific for standard quick reply. */
55
#qr_postform > .panel {
66
max-width: none;
@@ -38,4 +38,6 @@
3838
}
3939
.profile-context a.icon-refer:before { content: "\f1fa"; }
4040
.profile-context a.icon-pm:before { content: "\f075"; }
41-
</style><!-- ENDIF -->
41+
</style>
42+
<!-- ENDIF -->
43+
<!-- INCLUDE @boardtools_quickreply/quickreply_init.html -->

styles/prosilver/template/quickreply_special.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
}
2020
};
2121
quickreply.special.functions.qr_hide_subject($('#qr_posts'));
22-
})(jQuery, window, document);
22+
})(jQuery, window, document);

0 commit comments

Comments
 (0)