@ -90,7 +90,8 @@ function addBookmark($url, $title, $tags='') {
if(empty($title)) {
$metadata = getURLMetadata($url);
$title = $metadata['title'];
if(isset($metadata['title'])) // Check for problems fetching the title
}
@ -6,5 +6,6 @@
</head>
<body>
<div class="message"><h1>Saved!</h1></div>
<a href="javascript:self.close()" >Close the window</a>
</body>
</html>