|
ColdFusion was looking at the following text: /' The CFML compiler was processing: - An expression that began on line 2, column 260.
The expression might be missing an ending #, for example, #expr instead of #expr#. - An expression beginning with /", on line 2, column 179.This message is usually caused by a problem in the expressions structure.
- A script statement beginning with staticPage on line 2, column 11.
- A cfscript tag beginning on line 2, column 2.
|
1 : <cfprocessingdirective pageencoding="utf-8">
2 : <cfscript>staticPage={eyebrow="Visual discovery",title="Explore gemstones by color",intro="Color helps organize the directory, but it cannot identify a gemstone by itself.",body="<div class='color-ribbon light'><a href='/gemstones/?color=red' style='--swatch:#A51C30'><span>Red</span></a><a href='/gemstones/?color=orange' style='--swatch:#D76A2C'><span>Orange</span></a><a href='/gemstones/?color=yellow' style='--swatch:#D5A928'><span>Yellow</span></a><a href='/gemstones/?color=green' style='--swatch:#167A5B'><span>Green</span></a><a href='/gemstones/?color=blue' style='--swatch:#245DB5'><span>Blue</span></a><a href='/gemstones/?color=purple' style='--swatch:#7152A5'><span>Purple</span></a><a href='/gemstones/?color=pink' style='--swatch:#D46A91'><span>Pink</span></a></div><h2>Use color with evidence</h2><p>Transparency, hardness, refractive behavior, specific gravity, pleochroism, fluorescence, inclusions, and spectroscopy can all matter to an identification.</p>"}; pageMeta=application.services.seo.page(staticPage.title,staticPage.intro,"/colors/"); bodyClass="static-page";</cfscript><cfinclude template="/includes/site-header.cfm"><cfinclude template="/views/static-page.cfm"><cfinclude template="/includes/site-footer.cfm">
3 :
|