aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/doc/src/write_test_chapter.xml
diff options
context:
space:
mode:
authorKenneth Lundin <[email protected]>2017-04-05 15:50:38 +0200
committerGitHub <[email protected]>2017-04-05 15:50:38 +0200
commit2ec99ec473bdf9fcc8f07e6b6e159d9882537517 (patch)
tree7c0b8a73bec1965654898a8f34d90af605261f52 /lib/common_test/doc/src/write_test_chapter.xml
parenta1100c46c2ca2121d723edc03cb7885e3014af7c (diff)
downloadotp-2ec99ec473bdf9fcc8f07e6b6e159d9882537517.tar.gz
otp-2ec99ec473bdf9fcc8f07e6b6e159d9882537517.tar.bz2
otp-2ec99ec473bdf9fcc8f07e6b6e159d9882537517.zip
remove xmllint warning
deleted a <c> tag which was is not allowed inside the <pre> tag
Diffstat (limited to 'lib/common_test/doc/src/write_test_chapter.xml')
-rw-r--r--lib/common_test/doc/src/write_test_chapter.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/doc/src/write_test_chapter.xml b/lib/common_test/doc/src/write_test_chapter.xml
index 6a0d87bcaf..c230148b29 100644
--- a/lib/common_test/doc/src/write_test_chapter.xml
+++ b/lib/common_test/doc/src/write_test_chapter.xml
@@ -1036,7 +1036,7 @@ Importance >= (100-VerbosityLevel)</pre>
<p>Note that the category argument is not required in order to only specify the
importance of a printout. Example:</p>
<pre>
-<c>ct:pal(?LOW_IMPORTANCE, "Info report: ~p", [Info])</c></pre>
+ct:pal(?LOW_IMPORTANCE, "Info report: ~p", [Info])</pre>
<p>Or perhaps in combination with constants:</p>
<pre>
-define(INFO, ?LOW_IMPORTANCE).