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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Jun 11 15:55:57 EDT 2006


Author: jesse
Date: Sun Jun 11 15:55:56 2006
New Revision: 1259

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

Log:
 r12510 at pinglin:  jesse | 2006-06-11 15:55:05 -0400
 * Fixing some broken html markup


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	Sun Jun 11 15:55:56 2006
@@ -47,7 +47,7 @@
 $body =~ s{</body>\s*</html>\s*$}{};
 $n    =~ s{/}{::}g;
 $m->print("<h1>$n</h1>");
-$m->print("<h2><%_('Schema')%></h2><pre>$schema</pre>") if ($schema);
+$m->print("<h2>"._('Schema')."</h2><pre>$schema</pre>") if ($schema);
 $body =~ s{<a href="http://search\.cpan\.org/perldoc\?(Jifty%3A%3A[^"]+)"([^>]*)>}{<a href="content.html?n=$1"$2>}g;
 $body =~ s!</li>\n\t<ul>!<ul>!;
 $body =~ s!</ul>!</ul></li>!;


More information about the Jifty-commit mailing list