Skip to content

Commit 0a25eff

Browse files
committed
add alt attributes to images
1 parent 9348069 commit 0a25eff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

opengrok-web/src/main/webapp/help.jsp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,16 +209,16 @@ for more detail on query syntax refer to <a href="https://lucene.apache.org/core
209209
<p>
210210
Key "1" toggles <dfn>Intelligence Window</dfn>. It gives the user many helper actions on the last symbol pointed by the mouse cursor.
211211
</p>
212-
<img src="<%= PageConfig.get(request).getCssDir() %>/img/intelli-window.png"/>
212+
<img src="<%= PageConfig.get(request).getCssDir() %>/img/intelli-window.png" alt="Intelligence window screenshot"/>
213213

214214
<h5>Symbol Highlighting</h5>
215215
<p>
216216
Keys "2", "3", "4" toggles highlighting of the last symbol pointed by the mouse cursor. This functionality is also accessible via the <dfn>Intelligence Window</dfn>.
217217
</p>
218218
<p>
219-
Key "5" toggles unhighlighting all symbols. This functionality is also accessible via the <dfn>Intelligence Window</dfn>.
219+
Key "5" toggles un-highlighting all symbols. This functionality is also accessible via the <dfn>Intelligence Window</dfn>.
220220
</p>
221-
<img src="<%= PageConfig.get(request).getCssDir() %>/img/symbol-highlighting.png"/>
221+
<img src="<%= PageConfig.get(request).getCssDir() %>/img/symbol-highlighting.png" alt="symbol highlighting screenshot"/>
222222

223223
<p>
224224
You can close the intelligence window either by mouse in the right upper corner or by keyboard with "Esc" key.
@@ -235,14 +235,14 @@ is made to the next symbol in the file from the current one. If you have highlig
235235
<p>
236236
The OpenGrok also provides an easy way how to jump through the large diffs finding the interesting pieces of code. In the diff mode you can enable diff jumper by hitting the "jumper" button.
237237
</p>
238-
<img src="<%= PageConfig.get(request).getCssDir() %>/img/diff-jumper.png"/>
238+
<img src="<%= PageConfig.get(request).getCssDir() %>/img/diff-jumper.png" alt="diff jumper screenshot"/>
239239

240240
<h5>Mouse and keyboard navigation</h5>
241241
<p>
242242
You can then use your mouse to intuitively navigate yourself through the diff. Also there is a convenient shortcut for moving on your keyboard,
243243
you can use 'n' for next and 'b' for back to jump over to the next chunk. This is available even when the jumper window is not opened.
244244
</p>
245-
<img src="<%= PageConfig.get(request).getCssDir() %>/img/diff-jumping.png"/>
245+
<img src="<%= PageConfig.get(request).getCssDir() %>/img/diff-jumping.png" alt="screenshot of diff jumper in action"/>
246246

247247
</div>
248248
<%

0 commit comments

Comments
 (0)