From e37f39a1bf01d3788de68c71ee952ef86eefcfd7 Mon Sep 17 00:00:00 2001 From: saamed Date: Sun, 7 Feb 2016 18:43:55 +0100 Subject: [PATCH] docs(error/nobase): tag base wasn't displayed properly Replaced < with < and > with > --- docs/content/error/$location/nobase.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/error/$location/nobase.ngdoc b/docs/content/error/$location/nobase.ngdoc index ad90064cdba0..35b20e143e34 100644 --- a/docs/content/error/$location/nobase.ngdoc +++ b/docs/content/error/$location/nobase.ngdoc @@ -4,7 +4,7 @@ @description If you configure {@link ng.$location `$location`} to use -{@link $locationProvider `html5Mode`} (`history.pushState`), you need to specify the base URL for the application with a [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base) tag or configure +{@link $locationProvider `html5Mode`} (`history.pushState`), you need to specify the base URL for the application with a [`<base href="">`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base) tag or configure `$locationProvider` to not require a base tag by passing a definition object with `requireBase:false` to `$locationProvider.html5Mode()`: