Fix: last navbar.php reference in free-web-scraping-tools-launch article
This commit is contained in:
@@ -76,7 +76,7 @@ $author = "UK Data Services Team";
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php include '../../includes/navbar.php'; ?>
|
<?php include($_SERVER["DOCUMENT_ROOT"] . "/includes/nav.php"); ?>
|
||||||
|
|
||||||
<nav class="breadcrumb">
|
<nav class="breadcrumb">
|
||||||
<a href="/">Home</a> <span>›</span> <a href="/blog/">Blog</a> <span>›</span> Free Web Scraping Tools Launch
|
<a href="/">Home</a> <span>›</span> <a href="/blog/">Blog</a> <span>›</span> Free Web Scraping Tools Launch
|
||||||
|
|||||||
Reference in New Issue
Block a user