minor bugfix

This commit is contained in:
Naumann 2020-06-08 10:04:48 +02:00
parent e6a07195ef
commit 63272e86c9
5 changed files with 8 additions and 8 deletions

View File

@ -8,7 +8,7 @@
</head>
<body>
<div class="Titel">
<a href="index.html"><button id= zurueck">zurück</button></a>
<a href="index.html"><button id= "zurueck">zurück</button></a>
<h1>Katalog</h1>
</div>

View File

@ -8,7 +8,7 @@
</head>
<body>
<div class="Titel">
<a href="index.html"><button id= zurueck">zurück</button></a>
<a href="index.html"><button id= "zurueck">zurück</button></a>
<h1>Katalog</h1>
</div>

View File

@ -8,7 +8,7 @@
</head>
<body>
<div class="Titel">
<a href="index.html"><button id= zurueck">zurück</button></a>
<a href="index.html"><button id= "zurueck">zurück</button></a>
<h1>Katalog</h1>
</div>

View File

@ -8,7 +8,7 @@
</head>
<body>
<div class="Titel">
<a href="index.html"><button id= zurueck">zurück</button></a>
<a href="index.html"><button id= "zurueck">zurück</button></a>
<h1>Katalog</h1>
</div>

View File

@ -34,10 +34,10 @@
Buch im Inventar
<select name="selection" id="selection" onchange="location.assign(this.value);">
<option></option>
<option value=find.html>Finden</option>
<Option value="add.html">Hinzufügen</Option>
<option value="change.html">Bearbeiten</option>
<option value="delete.html">Löschen</option>
<option value=findInventar.htm>Finden</option>
<Option value="addInventar.htm">Hinzufügen</Option>
<option value="changeInventar.htm">Bearbeiten</option>
<option value="deleteInventar.htm">Löschen</option>
</select>
</dd>
<dt>