[Checkins] SVN: Sandbox/ulif/grok-reference-with-rest3/doc/reference/directives.rst Fix keyword.

Uli Fouquet uli at gnufix.de
Fri Feb 22 19:05:47 EST 2008


Log message for revision 84153:
  Fix keyword.

Changed:
  U   Sandbox/ulif/grok-reference-with-rest3/doc/reference/directives.rst

-=-
Modified: Sandbox/ulif/grok-reference-with-rest3/doc/reference/directives.rst
===================================================================
--- Sandbox/ulif/grok-reference-with-rest3/doc/reference/directives.rst	2008-02-22 23:58:22 UTC (rev 84152)
+++ Sandbox/ulif/grok-reference-with-rest3/doc/reference/directives.rst	2008-02-23 00:05:47 UTC (rev 84153)
@@ -432,14 +432,14 @@
   **Linking to resources from templates**
 
   grok provides a convenient way to calculate the URLs to static
-  resource using the keyword :keyword:`static` in page templates:
+  resource using the keyword `static` in page templates:
 
   .. code-block:: html
 
     <link rel="stylesheet" tal:attributes="href static/example.css"
           type="text/css">
 
-  The keyword :keyword:`static` will be replaced by the reference to
+  The keyword `static` will be replaced by the reference to
   the resource directory for the package in which the template was
   registered.
 



More information about the Checkins mailing list