We have a setup for writers to changes pages based on templates with Contribute
3. When the change is done the site admin reviews and publishes the page. The
problem is that somewhere in the process the definition of where the template
is gets changed. It is adding the site name to the start of the template name,
see below for the change:

Before Contribute change and publish:
<!-- InstanceBegin template="/Templates/template.dwt.cfm"
codeOutsideHTMLIsLocked="false" -->

After Contribute change and publish:
<!-- InstanceBegin
template="http://www.tristate.edu/Templates/template.dwt.cfm"
codeOutsideHTMLIsLocked="false" -->