[pybliographer] help: Notes cannot have IDs per spec



commit c8b3da153e05732fecd3eec0585e6b81cef3c283
Author: Andre Klapper <aklapper wikimedia org>
Date:   Fri Sep 6 10:31:44 2019 +0200

    help: Notes cannot have IDs per spec

 help/C/typcon.page | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/help/C/typcon.page b/help/C/typcon.page
index f3515a9..758d4d6 100644
--- a/help/C/typcon.page
+++ b/help/C/typcon.page
@@ -43,7 +43,7 @@
        <p>We'll provide assorted bits of additional information in tips 
                and notes as well.</p>
 
-         <note style="tip" id="example-tip">
+         <note style="tip">
              <title>Tip</title>
              <p>
                Tips and bits of extra information will look like
@@ -51,7 +51,7 @@
              </p>
            </note>
           
-           <note id="example-note">
+           <note style="note">
                <title>Note</title>
              <p>
                Notes will look like this.
@@ -61,7 +61,7 @@
         <p>
          We'll have warnings, in cases where you should be careful:</p>
 
-           <note style="warning" id="example-warning">
+           <note style="warning">
              <title>Example Warning</title>
              <p>
                This is what a warning looks like. If there's a chance


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]