Skip to content

Commit

Permalink
Fix tt tags in html files, replaced by code tag
Browse files Browse the repository at this point in the history
  • Loading branch information
marcushoepfner authored and akurtakov committed Oct 24, 2023
1 parent 847b4b1 commit cfd5e50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>
<p>
Internal classes and helpers to implement the revision model and its UI presentation. See
the <tt><a href="../../../text/revisions/package.html">org.eclipse.jface.text.revisions</a></tt>
the <code><a href="../../../text/revisions/package.html">org.eclipse.jface.text.revisions</a></code>
package for the API classes implementing the revision model.
</p>
Contains everything needed to:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</head>
<body>
<p>
Internal support classes and helpers for the <tt>org.eclipse.jface.text.source</tt> package.
Internal support classes and helpers for the <code>org.eclipse.jface.text.source</code> package.
</body>
</html>

0 comments on commit cfd5e50

Please sign in to comment.