Skip to content

Commit 53ecea9

Browse files
anasqadreigkalpak
authored andcommitted
docs(error/nobase): make base tag visible
Closes angular#13350
1 parent 082d418 commit 53ecea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/error/$location/nobase.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@ngdoc error
22
@name $location:nobase
3-
@fullName $location in HTML5 mode requires a <base> tag to be present!
3+
@fullName $location in HTML5 mode requires a `<base>` tag to be present!
44
@description
55

66
If you configure {@link ng.$location `$location`} to use
@@ -15,7 +15,7 @@ $locationProvider.html5Mode({
1515
});
1616
```
1717

18-
Note that removing the requirement for a <base> tag will have adverse side effects when resolving
18+
Note that removing the requirement for a `<base>` tag will have adverse side effects when resolving
1919
relative paths with `$location` in IE9.
2020

2121
The base URL is then used to resolve all relative URLs throughout the application regardless of the

0 commit comments

Comments
 (0)