You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/09/06 09:37:15 UTC

[GitHub] diecui1202 closed pull request #140: fix markdown layout error

diecui1202 closed pull request #140: fix markdown layout error
URL: https://github.com/apache/incubator-dubbo-website/pull/140
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/zh-cn/user/demos/service-container.md b/docs/zh-cn/user/demos/service-container.md
index 75d97550..12c3efa5 100644
--- a/docs/zh-cn/user/demos/service-container.md
+++ b/docs/zh-cn/user/demos/service-container.md
@@ -14,8 +14,8 @@
 * 配置 spring 配置加载位置:
 
     ```properties
-dubbo.spring.config=classpath*:META-INF/spring/*.xml
-```
+    dubbo.spring.config=classpath*:META-INF/spring/*.xml
+    ```
 
 ### Jetty Container
 
diff --git a/docs/zh-cn/user/recommend.md b/docs/zh-cn/user/recommend.md
index 6dcc6e08..902e2443 100644
--- a/docs/zh-cn/user/recommend.md
+++ b/docs/zh-cn/user/recommend.md
@@ -145,8 +145,8 @@ Dubbo 中所有的配置项都可以配置在 Spring 配置文件中,并且可
 4. 服务提供者协议 `dubbo.service.protocol`、服务的监听端口 `dubbo.service.server.port`
 
     ```xml
-<dubbo:protocol name="dubbo" port="20880" />
-```
+    <dubbo:protocol name="dubbo" port="20880" />
+    ```
     
 5. 服务线程池大小 `dubbo.service.max.thread.threads.size`
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org