Skip to content

Commit 6589f76

Browse files
authored
Update base.html
Replaces 'smart quotes' wth single-quotes for `wapSection` value
1 parent 93d9e1d commit 6589f76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docs/_templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<body>
5252
<script type="text/javascript">
5353
var wapLocalCode = 'us-en'; // configured 27/06/2024
54-
var wapSection = oneapi-samples; // configured 27/06/2024
54+
var wapSection = 'oneapi-samples'; // configured 27/06/2024
5555
// Load TMS
5656
(function () {
5757
var url = 'https://www.intel.com/content/dam/www/global/wap/tms-loader.js'; // WAP file URL

0 commit comments

Comments
 (0)