Skip to content

Commit 5cb97e0

Browse files
authored
Fix #215 code block not visible
1 parent e6416ec commit 5cb97e0

File tree

1 file changed

+2
-2
lines changed
  • source/tutorials/hookcustomizations/events

1 file changed

+2
-2
lines changed

source/tutorials/hookcustomizations/events/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Simple Example
5353

5454
We can add a simple example listener like this one, which will print a string every time a metadata gets removed.
5555

56-
.. code::java
56+
.. code:: java
5757
5858
package org.fao.geonet.events.listeners;
5959
@@ -80,4 +80,4 @@ For example, we can call an external REST API that gets triggered every time a M
8080
GeoNetwork API
8181
==============
8282

83-
There is also a new API you can use to interact with GeoNetwork from an external script. See more on :ref:`api-guide`.
83+
There is also a new API you can use to interact with GeoNetwork from an external script. See more on :ref:`api-guide`.

0 commit comments

Comments
 (0)