Skip to content

Commit bd7f297

Browse files
committed
Fix tabs
1 parent 8286b0e commit bd7f297

File tree

2 files changed

+21
-21
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts

2 files changed

+21
-21
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/javascript/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8" />
66
</head>
77
<body style="font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; font-size:13px;">
8-
<!-- <uidiv> -->
8+
<!-- <uidiv> -->
99
<div id="warning">
1010
<h1 style="font-weight:500;">Speech Recognition Speech SDK not found (microsoft.cognitiveservices.speech.sdk.bundle.js missing).</h1>
1111
</div>
@@ -98,14 +98,14 @@ <h1 style="font-weight:500;">Speech Recognition Speech SDK not found (microsoft.
9898
</tr>
9999
</table>
100100
</div>
101-
<!-- </uidiv> -->
101+
<!-- </uidiv> -->
102102

103-
<!-- <speechsdkdiv> -->
104-
<!-- Speech SDK reference sdk. -->
103+
<!-- <speechsdkdiv> -->
104+
<!-- Speech SDK reference sdk. -->
105105
<script src="microsoft.cognitiveservices.speech.sdk.bundle.js"></script>
106-
<!-- </speechsdkdiv> -->
106+
<!-- </speechsdkdiv> -->
107107

108-
<!-- <authorizationfunction> -->
108+
<!-- <authorizationfunction> -->
109109
<!-- Speech SDK Authorization token -->
110110
<script>
111111
// Note: Replace the URL with a valid endpoint to retrieve
@@ -129,10 +129,10 @@ <h1 style="font-weight:500;">Speech Recognition Speech SDK not found (microsoft.
129129
}
130130
}
131131
</script>
132-
<!-- </authorizationfunction> -->
132+
<!-- </authorizationfunction> -->
133133

134-
<!-- <quickstartcode> -->
135-
<!-- Speech SDK USAGE -->
134+
<!-- <quickstartcode> -->
135+
<!-- Speech SDK USAGE -->
136136
<script>
137137
// status fields and start button in UI
138138
var resultsDivs;
@@ -224,6 +224,6 @@ <h1 style="font-weight:500;">Speech Recognition Speech SDK not found (microsoft.
224224
}
225225
});
226226
</script>
227-
<!-- </quickstartcode> -->
227+
<!-- </quickstartcode> -->
228228
</body>
229229
</html>

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/javascript/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8" />
66
</head>
77
<body style="font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; font-size:13px;">
8-
<!-- <uidiv> -->
8+
<!-- <uidiv> -->
99
<div id="warning">
1010
<h1 style="font-weight:500;">Speech Recognition Speech SDK not found (microsoft.cognitiveservices.speech.sdk.bundle.js missing).</h1>
1111
</div>
@@ -74,15 +74,15 @@ <h1 style="font-weight:500;">Speech Recognition Speech SDK not found (microsoft.
7474
</tr>
7575
</table>
7676
</div>
77-
<!-- </uidiv> -->
77+
<!-- </uidiv> -->
7878

79-
<!-- <speechsdkdiv> -->
80-
<!-- Speech SDK reference sdk. -->
79+
<!-- <speechsdkdiv> -->
80+
<!-- Speech SDK reference sdk. -->
8181
<script src="microsoft.cognitiveservices.speech.sdk.bundle.js"></script>
82-
<!-- </speechsdkdiv> -->
82+
<!-- </speechsdkdiv> -->
8383

84-
<!-- <authorizationfunction> -->
85-
<!-- Speech SDK Authorization token -->
84+
<!-- <authorizationfunction> -->
85+
<!-- Speech SDK Authorization token -->
8686
<script>
8787
// Note: Replace the URL with a valid endpoint to retrieve
8888
// authorization tokens for your subscription.
@@ -105,10 +105,10 @@ <h1 style="font-weight:500;">Speech Recognition Speech SDK not found (microsoft.
105105
}
106106
}
107107
</script>
108-
<!-- </authorizationfunction> -->
108+
<!-- </authorizationfunction> -->
109109

110-
<!-- <quickstartcode> -->
111-
<!-- Speech SDK USAGE -->
110+
<!-- <quickstartcode> -->
111+
<!-- Speech SDK USAGE -->
112112
<script>
113113
// status fields and start button in UI
114114
var phraseDiv;
@@ -187,6 +187,6 @@ <h1 style="font-weight:500;">Speech Recognition Speech SDK not found (microsoft.
187187
}
188188
});
189189
</script>
190-
<!-- </quickstartcode> -->
190+
<!-- </quickstartcode> -->
191191
</body>
192192
</html>

0 commit comments

Comments
 (0)