From a207c7b32e47d69dd6249a4a2f2f273cd3632264 Mon Sep 17 00:00:00 2001 From: george2 Date: Wed, 4 Jun 2014 16:03:04 -0600 Subject: Scaffold template: close an ul tag. Missing `` in starter scaffold template. --- pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl b/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl index 738a16817..87fae3817 100644 --- a/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl +++ b/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl @@ -46,6 +46,7 @@
  • Github Project
  • IRC Channel
  • Pylons Project
  • +
    -- cgit v1.2.3 From 18ca2efc3130642d359f47b97f50046f8b045e7c Mon Sep 17 00:00:00 2001 From: george Date: Wed, 4 Jun 2014 16:07:58 -0600 Subject: Scaffold templates: close more ul tags. Missing tags in other scaffold templates. --- pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl | 1 + pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt_tmpl | 1 + 2 files changed, 2 insertions(+) diff --git a/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl b/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl index 73d0976b9..3f1d23d47 100644 --- a/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl +++ b/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl @@ -46,6 +46,7 @@
  • Github Project
  • IRC Channel
  • Pylons Project
  • +
    diff --git a/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt_tmpl b/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt_tmpl index 855944899..e109ab829 100644 --- a/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt_tmpl +++ b/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt_tmpl @@ -46,6 +46,7 @@
  • Github Project
  • IRC Channel
  • Pylons Project
  • +
    -- cgit v1.2.3