diff --git a/README.md b/README.md
index f4cad76..e39eed7 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,8 @@
 
 
 
+-----
+
 ## 関連情報
 
 - [ポータル利用者のための操作説明書](https://github.com/yuuhayashi/task-bldg/wiki/HowToUse)
diff --git a/src/main/resources/templates/meshes.html b/src/main/resources/templates/meshes.html
index cbbf989..05278a2 100644
--- a/src/main/resources/templates/meshes.html
+++ b/src/main/resources/templates/meshes.html
@@ -238,6 +238,17 @@
                 
             
                 
+
+                
                   
                     
                       | diff --git a/src/main/resources/templates/tasks.html b/src/main/resources/templates/tasks.html
index 5a5b7c8..2e83112 100644
--- a/src/main/resources/templates/tasks.html
+++ b/src/main/resources/templates/tasks.html
@@ -153,7 +153,7 @@
             var info = featurePoint.information;
             var element = __overlay.getElement();
             var descriptionHTML =
-                " | " + info.citycode +" : "+ info.cityname + "
" +
+                "" + city.folder + "
" +
                 "code: " + info.meshcode + "
" +
                 "version: " + info.version + "
" +
                 "status: " + info.status + "
" +