Changeset 1299

Show
Ignore:
Timestamp:
01/25/08 20:06:25 (7 months ago)
Author:
richi
Message:

examples: fixed minor documentation issue

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/docroot/index.php

    r1075 r1299  
    3535       margin-left: 25px; 
    3636      } 
    37       DIV.warning { 
    38        border: 2px solid #cc0000; 
    39        color: #990000; 
     37      div.warning { 
     38       border: 2px solid #c00; 
     39       color: #900; 
    4040       padding: 12px; 
    4141       margin: 25px; 
     
    5555      <div style="font-weight: bold; margin-bottom: 12px;">Warning:</div> 
    5656      The Stubbles examples have not been set up correctly. Some of the examples might not work as expected.<br /> 
    57       Please run <tt>phing setup-examples</tt> in the Stubbles root folder to initialize the examples collection. 
     57      Please run <code>phing|stubbles (stubbles src/own project) setup-examples</code> in the Stubbles root 
     58      folder to initialize the examples collection. Keep in mind to run <code>phing|stubbles setup-project</code> 
     59      before that. 
    5860      <div style="margin-top: 16px;"> 
    5961        <a href="index.php">retry...</a>