소스 검색

Added <code> tags around documented code.

Taddes Kroes 14 년 전
부모
커밋
9bdcd5dc73
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pquery.template.php

+ 1 - 1
pquery.template.php

@@ -140,7 +140,7 @@ class pQueryTemplate extends pQuery implements pQueryExtension {
 	 * Replace a variable name if it exists within a given data scope.
 	 * 
 	 * Apply any of the following helper functions:
-	 * - Translation: {_:name[:count_var_name]}
+	 * - Translation: <code>{_:name[:count_var_name]}</code>
 	 * - Default: <code>{var_name[:func1:func2:...]}</code>
 	 * 
 	 * @param string $variable The variable to replace.