浏览代码

Fix unescaped tags on api doc template

Claudson Oliveira 9 年之前
父节点
当前提交
589bae41bc
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/Packagist/WebBundle/Resources/views/ApiDoc/index.html.twig

+ 2 - 2
src/Packagist/WebBundle/Resources/views/ApiDoc/index.html.twig

@@ -3,7 +3,7 @@
 
 
 <h2 class="title">API documentation</h2>
 <h2 class="title">API documentation</h2>
 <p>Packagist has a public API to consume data. See bellow the most important 
 <p>Packagist has a public API to consume data. See bellow the most important 
-URIs: </>
+URIs: <br/>
 
 
 <ul>
 <ul>
 <li><a href="#list-packages-by-organization">List packages by organization</a></li>
 <li><a href="#list-packages-by-organization">List packages by organization</a></li>
@@ -67,7 +67,7 @@ GET https://packagist.org/search.json?q=[query]
     ...
     ...
   ],
   ],
   "total": [number of results],
   "total": [number of results],
-  "next": "https://packagist.org/search.json?q=[query]&page=[next page number]"
+  "next": "https://packagist.org/search.json?q=[query]&amp;page=[next page number]"
 }
 }
 </code>
 </code>
 </section>
 </section>