- commit
- 9a080338767286f0115a0c6783ba8c5dbde99fe3
- parent
- 97aa317ad672e89b5df052cb52f33804094f4f14
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-08-08 10:28
use ellipsis to indicate that placeholder length is arbitrary
Diffstat
| M | content/office/cabinet/_index.md | 2 | +- |
| M | content/office/camera/menu/_index.md | 2 | +- |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/office/cabinet/_index.md b/content/office/cabinet/_index.md
@@ -32,7 +32,7 @@ list. 32 32 Can you find the combination for the cabinet by indicating which details about your 33 33 research would be necessary for a PhD candidate to download, understand, 34 34 interpret, and use your data?35 -1 <input required pattern="1-2-4-6-8-10-12" placeholder="1-2-3-4">-1 35 <input required pattern="1-2-4-6-8-10-12" placeholder="1-2-3-…"> 36 36 </label> 37 37 <p class="form-if-incorrect">That's not it.</p> 38 38 <p class="form-if-correct">
diff --git a/content/office/camera/menu/_index.md b/content/office/camera/menu/_index.md
@@ -44,7 +44,7 @@ You open the booklet and hold it next to the camera menu. This is what it says: 44 44 <form novalidate> 45 45 <label> 46 46 Select the letters that correspond to the correct answers47 -1 <input required pattern="C-D-E-G" placeholder="A-B-C">-1 47 <input required pattern="C-D-E-G" placeholder="A-B-C-…"> 48 48 </label> 49 49 <p class="form-if-incorrect">That's not it.</p> 50 50 <p class="form-if-correct">In the camera menu, there's only one option: DATA. Make a note of it!</p>