mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): Include paragraph tags in edit region (#49204)
Chore(curriculum) - Include paragraph tags in edit region
This commit is contained in:
parent
b97242ef47
commit
9f5e6a894f
@ -106,11 +106,9 @@ assert(pText.match(/^no copyright - freecodecamp.org$/));
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<p>
|
||||
--fcc-editable-region--
|
||||
No Copyright - freeCodeCamp.org
|
||||
<p>No Copyright - freeCodeCamp.org</p>
|
||||
--fcc-editable-region--
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user