Space Character Causes Problem
srini_rg - December 9, 2008 - 08:28
| Project: | Block Theme |
| Version: | 6.x-1.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Here is a quote from the README.txt file of this module.
2. go to admin/settings/blocktheme and add entries like:
customtemplate|My Custom Template
mysupertemplate|My SuperTemplate
Where the first name is the machine-readable etc...
This implies, correctly, that a space character ought not to be present between the "customtemplate" and the "|" character (in the above example). However, it is not explicitly mentioned anywhere in the documentation, and certainly not in the readme.txt file itself. But actually, having a space character after the machine readable name and before the | character causes this module to malfunction.

#1
Please test the patch from #376019: Code cleanups, may fix some issues to see if it resolves this issue.