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

[ci skip] fix warnings on compiling user guide #2886

Merged
merged 1 commit into from
Apr 27, 2020
Merged

[ci skip] fix warnings on compiling user guide #2886

merged 1 commit into from
Apr 27, 2020

Conversation

paulbalandan
Copy link
Member

@paulbalandan paulbalandan commented Apr 26, 2020

Fixes 9 warnings emitted by make html when compiling the user guide. Error is found in the syntax of validation.rst

Description
Warnings thrown are as follows:

  • user_guide_src\source\libraries\validation.rst:497: WARNING: Unexpected indentation.
  • user_guide_src\source\libraries\validation.rst:498: WARNING: Block quote ends without a blank line; unexpected unindent.
  • user_guide_src\source\libraries\validation.rst:499: WARNING: Definition list ends without a blank line; unexpected unindent.
  • user_guide_src\source\libraries\validation.rst:501: WARNING: Unexpected indentation.
  • user_guide_src\source\libraries\validation.rst:504: WARNING: Unexpected indentation.
  • user_guide_src\source\libraries\validation.rst:505: WARNING: Block quote ends without a blank line; unexpected unindent.
  • user_guide_src\source\libraries\validation.rst:506: WARNING: Block quote ends without a blank line; unexpected unindent.
  • user_guide_src\source\libraries\validation.rst:507: WARNING: Block quote ends without a blank line; unexpected unindent.
  • user_guide_src\source\libraries\validation.rst:508: WARNING: Definition list ends without a blank line; unexpected unindent.

These warnings are fixed by adding another colon at the end of line 490.

Checklist:

  • Securely signed commits
  • User guide updated

@lonnieezell lonnieezell merged commit f310c91 into codeigniter4:develop Apr 27, 2020
@paulbalandan paulbalandan deleted the fix-validation-user-guide branch April 27, 2020 04:26
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