Skip to content

Commit 02f5559

Browse files
committed
docs: guide/index misc Jade fixes
- Eliminate use of deprecated `clear=“all”` in `<br>`. - No need for local `langName`; use global `_Lang` var instead. - Remove duplicate id `learning-path`.
1 parent 14db838 commit 02f5559

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

public/docs/ts/latest/guide/index.jade

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
block includes
22
include ../_util-fns
33

4-
- var langName = current.path[1] == 'ts' ? 'TypeScript' : 'JavaScript'
54
figure
6-
img(src="/resources/images/devguide/intro/people.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px" )
5+
img(src="/resources/images/devguide/intro/people.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px")
6+
77
:marked
88
This is a practical guide to Angular for experienced programmers who
9-
are building client applications in HTML and #{langName}.
10-
11-
<br clear="all">
9+
are building client applications in HTML and #{_Lang}.
10+
<br style="clear:left;">
1211

13-
<a id="learning-path"></a>
1412
:marked
1513
# Organization
1614

0 commit comments

Comments
 (0)