Skip to content

Commit 86e6700

Browse files
committed
Fix OpenStreetMap document view page in production mode
git-svn-id: https://share-extras.googlecode.com/svn/trunk/Document Geographic Details@772 a3f5c567-fd0f-3a89-9b71-a290c5a5f590
1 parent 791d1dd commit 86e6700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<#include "/org/alfresco/components/component.head.inc">
22
<!-- OpenStreetMap Map -->
33
<@link rel="stylesheet" type="text/css" href="${page.url.context}/res/extras/components/geographic/osm-map.css" />
4-
<@script type="text/javascript" src="${page.url.context}/res/extras/modules/geographic/openlayers/OpenLayers.js"></@script>
4+
<script type="text/javascript" src="${page.url.context}/res/extras/modules/geographic/openlayers/OpenLayers.js"></script>
55
<@script type="text/javascript" src="${page.url.context}/res/extras/components/geographic/osm-map.js"></@script>

0 commit comments

Comments
 (0)