Skip to content

Commit

Permalink
Fixed "alt attribute required"
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Jun 13, 2024
1 parent 3046e24 commit f6dc8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ along with semanticcms-file-model. If not, see <https://www.gnu.org/licenses/>.
<groupId>com.aoapps</groupId><artifactId>ao-servlet-util</artifactId><version>5.3.0${POST-SNAPSHOT}</version>
</dependency>
<dependency>
<groupId>com.aoapps</groupId><artifactId>ao-taglib</artifactId><version>8.0.0${POST-SNAPSHOT}</version>
<groupId>com.aoapps</groupId><artifactId>ao-taglib</artifactId><version>8.0.1-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<!-- javaee-web-api-bom: <groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId> -->
<!-- javaee-web-api-bom: <groupId>javax.servlet.jsp</groupId><artifactId>javax.servlet.jsp-api</artifactId> -->
Expand Down

0 comments on commit f6dc8fd

Please sign in to comment.