1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-09 12:30:18 +00:00

fix comments typo in beego package/

This commit is contained in:
傅小黑
2013-12-22 15:09:33 +08:00
parent 8b0929b4bc
commit 6cb3f588c7
3 changed files with 5 additions and 5 deletions

View File

@ -203,7 +203,7 @@ func AssetsJs(src string) template.HTML {
return template.HTML(text)
}
// returns stylesheet link tag with str string.
// returns stylesheet link tag with src string.
func AssetsCss(src string) template.HTML {
text := string(src)