Page Chapter 11. Manipulating User Input: The Filter System, Page 190

Location on the page: 
code listing of creativejuice.info
Error: 

version = $Name$

Correction: 

version = "$Name$"

Description of the Error: 

forgotten quotes

[And note that using version at all is now discouraged. -JV]