[Zope3-checkins] CVS: Zope3/src/zope/app/browser/content - zpt_inlinecode.pt:1.3

Fred Drake cvs-admin at zope.org
Thu Oct 23 00:33:39 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/browser/content
In directory cvs.zope.org:/tmp/cvs-serv5307

Modified Files:
	zpt_inlinecode.pt 
Log Message:
- fix minor formatting problem (  introduced bogus indentation)
- try to sound just a little less condescending
- typo: liek --> like


=== Zope3/src/zope/app/browser/content/zpt_inlinecode.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/content/zpt_inlinecode.pt:1.2	Thu Aug 21 10:19:21 2003
+++ Zope3/src/zope/app/browser/content/zpt_inlinecode.pt	Thu Oct 23 00:33:38 2003
@@ -20,23 +20,23 @@
             This screen allows you to activate Inline Code Evaluation. This
             means that you can say
             <span i18n:name="code-example-1"><pre>
-               &nbsp;&lt;script type="text/server-python"&gt;<br/>
+               &lt;script type="text/server-python"&gt;<br/>
                &nbsp;&nbsp;print "Hello World!"<br/>
                &lt;/script&gt;
             </pre></span>
             or
             <span i18n:name="code-example-2"><pre>
-               &nbsp;&lt;p tal:script="text/server-python"&gt;<br/>
+               &lt;p tal:script="text/server-python"&gt;<br/>
                &nbsp;&nbsp;print "Hello World!"<br/>
                &lt;/p&gt;
             </pre></span>
           </p>
           <p i18n:translate="">
-            Now, many Zope 3 developers consider inline code blocks something
+            Many Zope 3 developers consider inline code blocks something
             very bad, since it does not follow the design of Page Templates
             or Zope 3 in general. However, application and application server
             developers are not the only audience for Zope 3. Scripters are
-            used to inline code from other technologies liek PHP and it fits
+            used to inline code from other technologies like PHP and it fits
             their brain, which is very important.
           </p>
         </div>




More information about the Zope3-Checkins mailing list