make link look clickable

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7624 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2008-07-30 23:08:41 +00:00
parent 504e952081
commit 0372a110f8

View File

@@ -24,7 +24,7 @@ function show_time(x)
</script>
</head>
<body>
<a onclick="javascript:show_time(100); return false">Run</a>
<a onclick="javascript:show_time(100); return false" href="#">Run</a>
<div id="out"></div>
</body>
</html>