From 31e001580b5114d5410ba4f9ee0c42f1448a0efd Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 15 May 2006 22:47:41 +0000 Subject: [PATCH] version id... --- doc/build/content/document_base.myt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/build/content/document_base.myt b/doc/build/content/document_base.myt index 9c59cdb35c..d291240b11 100644 --- a/doc/build/content/document_base.myt +++ b/doc/build/content/document_base.myt @@ -30,9 +30,9 @@ <%method title> % try: # avoid inheritance via attr instead of attributes - <% m.base_component.attr['title'] %> - SQLAlchemy 0.1 Documentation + <% m.base_component.attr['title'] %> - <% self.owner.attr['title'] %> % except KeyError: - SQLAlchemy 0.1 Documentation + <% self.owner.attr['title'] %> % @@ -40,3 +40,4 @@ + -- 2.47.2