mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 04:56:02 +01:00
Fix the error message style class name.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
<label for="name"><strong>Repository name</strong></label>
|
<label for="name"><strong>Repository name</strong></label>
|
||||||
<input type="text" name="name" id="name" />
|
<input type="text" name="name" id="name" />
|
||||||
<span id="error-name" class="error-message"></span>
|
<span id="error-name" class="error"></span>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<label for="description"><strong>Description</strong> (optional)</label>
|
<label for="description"><strong>Description</strong> (optional)</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user