Skip to content

Commit 63fb60d

Browse files
fixebtford
authored andcommitted
docs(changelog): fix inline formatting
1 parent 29714a3 commit 63fb60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Closes #8492
154154

155155
In html5 mode without a `<base>` tag on older browser that don't support the history API
156156
relative paths were adding up. E.g. clicking on `<a href="page1">` and then on `<a href="page2">`
157-
would produce `$location.path()==='/page1/page2'. The code that introduced this behavior was removed
157+
would produce `$location.path()==='/page1/page2'`. The code that introduced this behavior was removed
158158
and Angular now also requires a `<base>` tag to be present when using html5 mode.
159159

160160
Closes #8172, #8233

0 commit comments

Comments
 (0)