Skip to content

Commit

Permalink
DGIR-130 : Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant-bd committed Dec 18, 2023
1 parent 1e5bea3 commit 774ad29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/SelectCslForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
// as output.
// We expect output in a specific format when there is no error as below
// <div class="csl-bib-body">
// <div class="csl-entry">“Text_Output”</div>
// <div class="csl-entry">“Text_Output”</div>
// </div>.
// Based on `csl` text output, we will do the error handling.
// When HTML output is not as expected, add a form element which indicates
Expand Down

0 comments on commit 774ad29

Please sign in to comment.