Skip to content

Commit

Permalink
Update the template
Browse files Browse the repository at this point in the history
  • Loading branch information
xfq committed Aug 25, 2023
1 parent 675efa4 commit 535f8ca
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions questions/qa-backwards-deletion.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<meta charset="utf-8" />
<title>Cursor Movement and Deletion of Unicode Text</title>
<meta name="description" content="Cursor Movement and Deletion of Unicode Text" />
<script type="text/javascript">
<script>
var f = { }

// AUTHORS should fill in these assignments:
f.directory = 'questions'+'/'; // the path to this file, not including /International or the file name
f.filename = 'qa-who-uses-unicode'; // the file name WITHOUT extensions
f.filename = 'qa-backwards-deletion'; // the file name WITHOUT extensions
f.authors = 'Addison Phillips, Invited Expert'; // author(s) and affiliations
f.modifiers = ''; // people making substantive changes, and their affiliation
f.searchString = 'qa-backwards-deletion'; // blog search string - usually the filename without extensions
Expand All @@ -30,18 +30,16 @@

f.additionalLinks = ''
</script>
<script type="text/javascript" src="qa-backwards-deletion/translations.js"> </script>
<script type="text/javascript" src="../javascript/doc-structure/article-dt.js"> </script>
<script type="text/javascript" src="../javascript/boilerplate-text/boilerplate-en.js"></script><!--TRANSLATORS must change -en to the subtag for their language!-->
<script type="text/javascript" src="../javascript/doc-structure/article.js"> </script>
<script type="text/javascript" src="../javascript/articletoc-html5.js"></script>
<link rel="stylesheet" href="../style/article-2016.css" type="text/css" />
<!-- remove the following local css declaration if there is nothing to add -->
<link rel="stylesheet" href="filename-data/local.css" type="text/css" />
<script src="qa-backwards-deletion/translations.js"> </script>
<script src="../javascript/doc-structure/article-dt.js"> </script>
<script src="../javascript/boilerplate-text/boilerplate-en.js"></script><!--TRANSLATORS must change -en to the subtag for their language!-->
<script src="../javascript/doc-structure/article-2022.js"> </script>
<script src="../javascript/articletoc-2022.js"></script>
<link rel="stylesheet" href="../style/article-2022.css" />
<link rel="copyright" href="#copyright"/>
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->

<style type="text/css">
<script src="../javascript/prism.js"></script>
<link rel="stylesheet" href="../style/prism.css">
<style>
td.bigtext {
font-size: 36pt;
text-align: center;
Expand Down Expand Up @@ -406,7 +404,7 @@ <h2 id="endlinks"><a href="#endlinks">Further reading</a></h2>



<footer id="thefooter"></footer><script type="text/javascript">document.getElementById('thefooter').innerHTML = g.bottomOfPage</script>
<script type="text/javascript">completePage()</script>
<footer id="thefooter"></footer><script>document.getElementById('thefooter').innerHTML = g.bottomOfPage</script>
<script>completePage()</script>
</body>
</html>

0 comments on commit 535f8ca

Please sign in to comment.