spring-guides / gs-uploading-files

Uploading Files :: Learn how to build a Spring application that accepts multi-part file uploads.

Home Page:http://spring.io/guides/gs/uploading-files/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In Uploading Files guide <pre> tag with id="code-block-2" and id="code-block-6" are duplicate

mirmohammad opened this issue · comments

In the page UploadingFiles the "pre" tag with

id="code-block-2"

has conflict with

id="code-block-6"

You can check here that the second one is correct.

The element ids were a bit confusing, but I think it's clearer now.