소스 검색

r.mapcalc: remove illegal p tag in div code pre tags (fix compilation for https://trac.osgeo.org/grass/changeset/58767)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58769 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 11 년 전
부모
커밋
43720986a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      raster/r.mapcalc/r.mapcalc.html

+ 1 - 1
raster/r.mapcalc/r.mapcalc.html

@@ -477,7 +477,7 @@ Extra care must be taken if the expression is given on the command line.
 Some characters have special meaning to the UNIX shell.
 Some characters have special meaning to the UNIX shell.
 These include, among others:
 These include, among others:
 <div class="code"><pre>
 <div class="code"><pre>
-<p>* ( ) &gt; &amp; |
+* ( ) &gt; &amp; |
 </pre></div>
 </pre></div>
 <p>It is advisable to put single quotes around the expression; e.g.:
 <p>It is advisable to put single quotes around the expression; e.g.:
 <div class="code"><pre>
 <div class="code"><pre>