victormiller commited on
Commit
30e828e
·
verified ·
1 Parent(s): 7311cf7

Update common.py

Browse files
Files changed (1) hide show
  1. common.py +3 -3
common.py CHANGED
@@ -106,10 +106,10 @@ def common_steps():
106
  H2("Normalization Form C (NFC)"),
107
  H3("NFC Defined"),
108
  nfc_p1,
109
- H3("NFC Implementation")
110
  nfc_p2,
111
- H3("NFC Examples")
112
- table_div_nfc_examples
113
  id="inner-text"
114
  )
115
  )
 
106
  H2("Normalization Form C (NFC)"),
107
  H3("NFC Defined"),
108
  nfc_p1,
109
+ H3("NFC Implementation"),
110
  nfc_p2,
111
+ H3("NFC Examples"),
112
+ table_div_nfc_examples,
113
  id="inner-text"
114
  )
115
  )