[Jifty-commit] r970 - in jifty/trunk: share/web/templates/__jifty/online_docs

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue May 2 03:14:41 EDT 2006


Author: ewilhelm
Date: Tue May  2 03:14:29 2006
New Revision: 970

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/templates/__jifty/online_docs/content.html

Log:
 r910 at mjolnir:  ewilhelm | 2006-05-02 00:05:43 -0700
 share/web/templates/__jifty/online_docs/content.html - disable magic schema quoting for core module docs


Modified: jifty/trunk/share/web/templates/__jifty/online_docs/content.html
==============================================================================
--- jifty/trunk/share/web/templates/__jifty/online_docs/content.html	(original)
+++ jifty/trunk/share/web/templates/__jifty/online_docs/content.html	Tue May  2 03:14:29 2006
@@ -34,8 +34,10 @@
 my $body;
 my $schema;
 my $converter = Pod::Simple::HTML->new();
-if ($total_body =~ /package (.*?)::Schema;(.*)package/ismx) {
-     $schema = $2;
+if($n !~ /^Jifty\//) {
+    if ($total_body =~ /package (.*?)::Schema;(.*)package/ismx) {
+         $schema = $2;
+    }
 }
 
 


More information about the Jifty-commit mailing list