<div>Hi folks,<br></div><div><br></div><div>Just a reminder.</div><div><br></div><div>when updating any of the model files in xerte svn / runtime / pages / models </div><div><br></div><div>During the testing and development of your update Xerte may insert the text</div>
<div><br></div><div>language="en-GB" into the first line of your model e.g</div><div><br></div><div>    <PG title="New Window" name="newWindow"></div><div><br></div><div>will become</div>
<div><br></div><div>    <PG 
language="en-GB"
 title="New Window" name="newWindow"></div><div><br></div><div>Typically this will happen if you create a page in a pages project using the page type you are modifying and then save the model after making changes and testing them.</div>
<div><br></div><div>You need to remove the </div><div><br></div><div>language="en-GB"</div><div><br></div><div>text from the first line as it may compromise the use of the model in files developed in other languages than english.</div>
<div><br></div><div>I have just corrected this in three files that have been edited recently</div><div><br></div><div>hotspotImage.rlm</div><div>list.rlm</div><div>newWindow.rlm</div><div><br></div><div>Kind regards</div>
<div><br></div><div>Johnathan</div>