PZHO#28655: Vraag mbt inventariseren en registreren meubilair.

svn path=/Website/trunk/; revision=21344
This commit is contained in:
Maykel Geerdink
2014-04-17 08:56:08 +00:00
parent ddade98253
commit 1c48b4c3a4
3 changed files with 3 additions and 3 deletions

View File

@@ -667,7 +667,7 @@ var uitvoertijd;
var fso = new ActiveXObject("Scripting.FileSystemObject");
if (fso.FileExists(Server.MapPath(imageFile)))
{ %>
<img id="insphoto" src="<%=imageFile%>">
<img id="insphoto" src="<%=safe.htmlattr(imageFile)%>">
<% }
}
else

View File

@@ -324,7 +324,7 @@ oRs.Close();
var fso = new ActiveXObject("Scripting.FileSystemObject");
if (fso.FileExists(Server.MapPath(imageFile)))
{ %>
<img id="insphoto" src="<%=imageFile%>">
<img id="insphoto" src="<%=safe.htmlattr(imageFile)%>">
<% }
} %>
</td>

View File

@@ -169,7 +169,7 @@ oRs.close();
%>
<tr>
<td>
<img id="insphoto" src="<%=imageFile%>">
<img id="insphoto" src="<%=safe.htmlattr(imageFile)%>">
</td>
</tr>
<%