Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d2cd8b9

Browse files
anasqadreiNarretz
authored andcommitted
docs(error/nobase): making <base> visible in html
Closes #13350
1 parent 937942f commit d2cd8b9

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)