Documentation glitch
robhamm - April 10, 2006 - 10:09
| Project: | Flexiblock |
| Version: | 4.6.x-1.x-dev |
| Component: | Documentation |
| Category: | bug report |
| Priority: | normal |
| Assigned: | robhamm |
| Status: | needs review |
Description
In the documentation for Flexiblock 4.6, the code snippet given has a space between the final ? and the right angle bracket. This is likely what has been causing some people problems--when they copy and paste the snippet.
If you change the snippet from
<?php
theme('flexiblock_html', 2) ? >
to
<?php theme('flexiblock_html', 2)
?>it fixes the problem. I know I was frustrated until I noticed that little glitch and fixed it in my own code on the 4.6 site I'm working on.
