summaryrefslogtreecommitdiffstats
path: root/tpl/index.pug
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/index.pug')
-rw-r--r--tpl/index.pug10
1 files changed, 5 insertions, 5 deletions
diff --git a/tpl/index.pug b/tpl/index.pug
index 016f6be..be9f407 100644
--- a/tpl/index.pug
+++ b/tpl/index.pug
@@ -603,7 +603,7 @@ html
603 +rule('medium') 603 +rule('medium')
604 604
605 +box 605 +box
606 +table 606 +table(interactive=true)
607 +table-head 607 +table-head
608 +table-row 608 +table-row
609 +table-head-cell= 'Title' 609 +table-head-cell= 'Title'
@@ -661,19 +661,19 @@ html
661 +table-head-cell= 'Title' 661 +table-head-cell= 'Title'
662 +table-body 662 +table-body
663 +table-row 663 +table-row
664 +table-cell= 'Row 1,1' 664 +table-cell(divider=true)= 'Row 1,1'
665 +table-cell= 'Row 1,2' 665 +table-cell= 'Row 1,2'
666 +table-cell= 'Row 1,3' 666 +table-cell= 'Row 1,3'
667 +table-row 667 +table-row
668 +table-cell= 'Row 2,1' 668 +table-cell(divider=true)= 'Row 2,1'
669 +table-cell= 'Row 2,2' 669 +table-cell= 'Row 2,2'
670 +table-cell= 'Row 2,3' 670 +table-cell= 'Row 2,3'
671 +table-row 671 +table-row
672 +table-cell= 'Row 3,1' 672 +table-cell(divider=true)= 'Row 3,1'
673 +table-cell= 'Row 3,2' 673 +table-cell= 'Row 3,2'
674 +table-cell= 'Row 3,3' 674 +table-cell= 'Row 3,3'
675 +table-row 675 +table-row
676 +table-cell= 'Row 4,1' 676 +table-cell(divider=true)= 'Row 4,1'
677 +table-cell= 'Row 4,2' 677 +table-cell= 'Row 4,2'
678 +table-cell= 'Row 4,3' 678 +table-cell= 'Row 4,3'
679 679