Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit af0f2f4

Browse files
authored
adds p element to introduction elements (#189)
**Pull Request Description** Ensures that all `introduction`, `statement` and `hint` elements use `<p>` elements. Closes #156 --- **Licensing Certification** GitKit is a [Free Cultural Work](https://freedomdefined.org/Definition) and all accepted contributions are licensed as described in the LICENSE.md file. This requires that the contributor holds the rights to do so. By submitting this pull request **I certify that I satisfy the terms of the [Developer Certificate of Origin](https://developercertificate.org/)** for its contents.
1 parent 6c25370 commit af0f2f4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

source/ch-communities-and-collaboration/sec-basic-foss-workflow.ptx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
<title />
3131

3232
<introduction>
33-
The exercises in this section will help to familiarize you with the terminology and the process of this basic FOSS workflow.
33+
<p>
34+
The exercises in this section will help to familiarize you with the terminology and the process of this basic FOSS workflow.
35+
</p>
3436
</introduction>
3537

3638
<exercise

source/ch-instructor-guide/sec-instructor-intro.ptx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@
627627
<title>Instructor Materials</title>
628628

629629
<introduction>
630+
<p>
630631
The following links provide easy access to the chapters with the hands-on exercises, the presentation slides for each chapter and a set of instructor notes for each chapter.
631632

632633
The <term>Instructor Notes</term> for each chapter include <term>Slide Notes</term>, a <term>To-Do List</term>, and <term>Exercise Notes</term>. The Slide Notes give an overview of the slides and then slide-by-slide information for the instructor. The To-Do List enumerates any tasks that the instructor should be sure to do before the class meeting. The Exercise Notes provide some helpful comments on specific hands-on exercises.
@@ -696,6 +697,7 @@
696697
</p>
697698
</li>
698699
</ul>
700+
</p>
699701
</introduction>
700702
</subsection>
701703

0 commit comments

Comments
 (0)